Results 1 to 7 of 7

Thread: sucessView page also contains spring:bind

  1. #1

    Default sucessView page also contains spring:bind

    guys,

    i came from a view with a spring:bind w/c i can successfully receive the values in my controller, but then my problem is the next view, will also have a spring:bind w/c i always get an error is there is a spring:bind tag, but when you remove the spring:bind tag, it would work.

    but i need the spring:bind tag to be there.

    how must i do this.

    can i put an urlMapping to be a success view, so that it would first go to a controller again before displaying the page i wanted that has a spring:bind tag?

    any help would be very much appreciated. thanks

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    but then my problem is the next view, will also have a spring:bind
    Try using RedirectView

    If it is all part of one workflow, try using AbstractWizardFormController

  3. #3

    Default

    i cant use simpleFormController?

    is there a way from a simpleFormController?

    thanks. but will look at your suggestion

  4. #4

    Default

    help. any more ideas about this?

  5. #5

    Default

    Why don't you use RedirectView, as katentim suggested? You do not need to use a WizardFormController, but it might be helpfully in some cases.

    Simon

  6. #6

    Default

    can i just return RedirectView from my SimpleFormController?

    thx

  7. #7
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    can i just return RedirectView from my SimpleFormController?
    Yes

Similar Threads

  1. Replies: 17
    Last Post: Jan 2nd, 2007, 01:43 PM
  2. Pageable data list with Hibernate
    By robmorgan in forum Data
    Replies: 23
    Last Post: Jul 24th, 2006, 06:12 PM
  3. Replies: 0
    Last Post: Jun 10th, 2005, 08:22 AM
  4. Replies: 2
    Last Post: May 13th, 2005, 05:42 AM
  5. No data on jsp page using spring:bind
    By neocool00 in forum Web
    Replies: 0
    Last Post: Apr 24th, 2005, 10:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •