Search:

Type: Posts; User: alanoregan; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    494

    Flash scope in a custom FlowHandler

    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...
  2. Replies
    4
    Views
    1,405

    Multi-page forms in Spring 3.0.X

    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...
  3. Replies
    4
    Views
    1,405

    Multi-page forms in Spring 3.0.X

    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...
  4. Replies
    6
    Views
    1,346

    Problems running sample project - travel

    Thanks Keith, I will try building it again in the morning.
    Your webinar was very much appreciated also btw!

    Alan
  5. Replies
    6
    Views
    1,346

    Problems running sample project - travel

    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...
  6. Replies
    6
    Views
    1,346

    Problems running sample project - travel

    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...
  7. Replies
    4
    Views
    1,115

    Controller error handling

    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...
  8. Replies
    4
    Views
    1,115

    Controller error handling

    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,...
Results 1 to 8 of 8