Hi,
I'm new to struts2 and old with struts 1.x. My application is 99%
wizards using session based form beans.
I'm trying to write my own simple struts2 test app with a single form,
single action, and a pojo valueobj saved in session.
The action has 2 functions: one to create the pojo and store it in
session then redirect to the JSP page that draws the form. The form is
displaying the default values perfectly. The second function is the
form submission.
When I edit the values and submit the form, the submit() function is
being called, but I cannot find where the updated values are being
stored. They are not copied into my pojo automatically. When I
retrieve it from session it contains the original default values.
Is there simple answer to this? I can include some code snippets if
necessary.
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]