Hi I am banging sort of my head here....
I am sort of new to struts (due to project requirements), in every
webapp you often have the problem of having to pass complex objects over
a handful of forms.
In JSP you only have the option of pushing the object into the session
and fill the data by hand which has changed.
or that you traverse all the data over all forms via hidden fields.
In JSF you have the option in some frameworks to have special constructs
which serialize and restore the objects while filling in the form data
coming from the request.
(x:saveState from myfaces comes to mind)
this saves a lot of time because you only have to reference the
component data which actually is used in the form.
I was wondering if there is such a shortcut way in plain struts as well.
If anybody could hint me towards such a solution, I would be grateful.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]