Can you set the value somewhere in the session and pick it up again in the second form's reset method? Maybe I didn't understand your problem entirely...
Thanks, that worked perfectly :) But, the JavaDoc states that the reset() method should not be used for initialisation. Should this be revised?
Ricardo Gladwell <[EMAIL PROTECTED]> schrieb am 17.09.2004, 17:08:33:
Hi All,
I'm trying to set the initial value on a set of elements. Unlike other html tags, I notice there is no way to specify the initial value unless you specify the value in the form bean constructor/reset method itself.
I am forwarding to a page containing and html:form with radio buttons from another action. The action form bean for the pre-action has a value I would like to pass onto the new form. How do I transfer this information from one form bean to another? It seems the only means of communication is the JSP itself and I don't really want to hack it with scriplets to copy the value from one form bean to another.
Is there method of doing this?
Kind regards, -- Ricardo Gladwell
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]