PDA

View Full Version : send back Obejcts for the formBackingObject()


ramzy1980
Sep 10th, 2007, 09:25 AM
Hallo Spring Friends,

my English is really Bad. Sorry.

I have 2 Pages with 2 SimpleFormControllers.
On the first Page there is a Form with filled in Texts.
With a list i can go to the next page with the other SimpleFormController.
I have to use the first Page as SuccessView, but it doesn´t work. Because there is a nullPointerException. The formBackingObject have no Object. How can i send to the SuccessView the Object for the formBackingObject().

Thanks for Helping

Bye

sekobo
Sep 10th, 2007, 05:44 PM
I think, for this king of scenario, you can use only only one FormController to handle each request.

You should also paste pieces of your source code to be sure that your problem is correctly exposed, and it will help members to provide you a solution quickly.
Thanks