0

抛出以下异常:

Caused by: java.lang.IllegalStateException: A flow execution action URL can only be obtained in a RenderRequest using a 
RenderResponse
    at org.springframework.webflow.context.portlet.PortletExternalContext.getFlowExecutionUrl(PortletExternalContext.java:2
06)
    at org.springframework.webflow.engine.impl.RequestControlContextImpl.getFlowExecutionUrl(RequestControlContextImpl.java
:178)
    at org.springframework.webflow.mvc.view.AbstractMvcView.render(AbstractMvcView.java:172)
    at org.springframework.webflow.engine.ViewState.render(ViewState.java:282)
    at org.springframework.webflow.engine.ViewState.refresh(ViewState.java:241)
    at org.springframework.webflow.engine.ViewState.resume(ViewState.java:219)
    at org.springframework.webflow.engine.Flow.resume(Flow.java:545)
    at org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:259)
    ... 62 more

对我来说,在动作阶段恢复流程的执行似乎试图做渲染阶段的事情。有任何想法吗?

4

1 回答 1

0

由于语法错误,错误在于未在请求中提供 eventId。

于 2010-04-09T09:40:15.017 回答