Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google chrome chrome页面之间未遵循Spring web流_Google Chrome_Spring Webflow - Fatal编程技术网

Google chrome chrome页面之间未遵循Spring web流

Google chrome chrome页面之间未遵循Spring web流,google-chrome,spring-webflow,Google Chrome,Spring Webflow,我使用SpringWebFlow(版本1.0.5)创建了一个两页的流。它在Firefox中运行正常,但在Chrome中,我无法进入第二页,因为 org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler.isFlowExecutionKeyPresent() 返回false。我猜密钥保存在httpsession中。我尝试从浏览器中删除所有cookie和历史记录,但没有成功。有什

我使用SpringWebFlow(版本1.0.5)创建了一个两页的流。它在Firefox中运行正常,但在Chrome中,我无法进入第二页,因为

org.springframework.webflow.executor.support.RequestParameterFlowExecutorArgumentHandler.isFlowExecutionKeyPresent()
返回false。我猜密钥保存在httpsession中。我尝试从浏览器中删除所有cookie和历史记录,但没有成功。有什么想法吗


谢谢。

请检查JSP页面中用于跟踪流的隐藏字段是否存在问题

<input type="hidden" name="_flowExecutionKey" value="${flowExecutionKey}"/>


检查Chrome中的源页面。

请检查JSP页面中用于跟踪流的隐藏字段是否存在问题

<input type="hidden" name="_flowExecutionKey" value="${flowExecutionKey}"/>


查看Chrome中的源代码页。

看不到反java的人从哪里知道java是冗长的。。。方法只有116个字符;-)看不出反java的人从哪里知道java是冗长的。。。方法只有116个字符;-)我不确定发生了什么,但它又开始工作了。我的观点是在freemarker中,但无论如何,我认为密钥是在会话中持有的,因此不需要通过post/get参数传递它。我不确定发生了什么,但它又开始工作了。我的视图是在freemarker中,但无论如何,我认为密钥是在会话中保存的,所以不需要通过post/get参数传递它。