Modified sellitem sample to add struts integration. This is how the context.xml looks. Seems to be working fine with "GET". I will try the DelegatingActionProxy.
<bean name="*.do"...
Type: Posts; User: ramiya; Keyword(s):
Modified sellitem sample to add struts integration. This is how the context.xml looks. Seems to be working fine with "GET". I will try the DelegatingActionProxy.
<bean name="*.do"...
The sellitem sample seems to be working (except for the back button). But I see this in my logs:
2005-07-21 17:30:29,551 DEBUG [org.springframework.webflow.execution.FlowExecutionManager] -...
Another struts1.1 related exception
[org.springframework.web.struts.SpringBindingActionForm/getActionMessages] <MsgText: Unhandled java.lang.NoSuchMethodError:...
I tried using your fix with struts 1.1, now it fails at forward.getModule()
/home/riyer/source/HEAD/src/org/springframework/webflow/struts/FlowAction.java:181: cannot find symbol
symbol : method...
Trying to run the sellitem sample code with HttpSessionContinuationFlowExecutionStorage. When I click the back button, get the page expired error. When I chick the refresh button, it gives the...
Sorry, please ignore my previous question. I forgot that buildStates() must be getting executed at startup not at runtime of the flow.
thanks,
Ramiya
Won't it be easier & more readable if we get a handle to the flow & session scope variables directly?
How to write descision-state using java flow builder?
e.g.
<decision-state id="requiresShipping">
<if test="${flowScope.sale.shipping}" then="enterShippingDetails" else="showCostOverview"/>...
Env: Tomcat 4.1, Spring 1.2.2, Spring Web Flow PR4
Website states:
- You need the core web flow jar, spring-webflow.jar.
- You'll also need spring.jar and commons-logging.jar. These are both...
he documentation states that Spring Web Flow is going to be released with Spring 1.3. But could not find any documentation stating the timeframe for spring 1.3 release.
thanks,
Ramiya