I would like to be able to put a message into flash scope from the handleExecutionOutcome method of a flow handler (extends AbstractFlowHandler). My initial thought was that I could add...
Type: Posts; User: alanoregan; Keyword(s):
I would like to be able to put a message into flash scope from the handleExecutionOutcome method of a flow handler (extends AbstractFlowHandler). My initial thought was that I could add...
I understand that is what Spring Webflow is for.
However, I am trying to refactor an 'in production' application and wanted to see if there is a more simple approach to adopt 'flow' or...
I need to implement a multi-page form using Spring 3.0.x.
My first inclination was to use AbstractWizardFormController but I notice that it is deprecated now.
Can anyone tell me what is the...
Thanks Keith, I will try building it again in the morning.
Your webinar was very much appreciated also btw!
Alan
Yes, I was getting the latest earlier today when I was running into these problems.
I have been able to get the sample app running by downloading spring-webflow and building it as part of the sample...
I just watched the webinar "A Tour Through Spring 3: Developing Web Applications" that Keith Donald gave a while back. Some really nice features that I would like to start using.
I have tried...
I guess you are suggesting that I put the form backing object and the errors in session and clear them out after use?? This was one of my initial thoughts however, I was concerned about leaving the...
I have an annotated controller that has a couple of methods something like:
@RequestMapping(value = "/user/add", method = RequestMethod.GET)
public String addUser(ModelMap model,...