Better Back Button Management
I would like to see better back button management. Specifically, backing into a sub flow. I realize that it is possible to handle this declaratively however, if...
Type: Posts; User: jbriscoe; Keyword(s):
Better Back Button Management
I would like to see better back button management. Specifically, backing into a sub flow. I realize that it is possible to handle this declaratively however, if...
Has anyone attempted to kick-off a thread for a long-running task within a webflow application? If so, how did you approach it? I need to execute an action that starts a new thread while,...
Finally! I have a solution to this problem... I was inspired by this comment: http://maas-frensch.com/peter/2006/05/31/complex-forms-springs-servletrequestdatabinder/ . So, leveraging the Common's...
When a user has an exception occur you could use the standard web application error-page entries. In your web.xml file you could add an entry like this:
<error-page>...
This is a pretty good reference on Spring MVC and Webflow: http://www.amazon.com/gp/product/159059584X/002-2946845-1549630?v=glance&n=283155
I have read many posts on this subject however, I have yet to see a solution to the problem. How do I bind an indexed property of ArrayList type with a custom object that contains properties I need...