On radio buttons
http://www.jguru.com/faq/view.jsp?EID=1028442
has helped me. With the special problem you described. 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...


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]
-- 
Martin Schaefer
NAXOS Software Solutions GmbH i.G.
Herrenstr. 1
69502 Hemsbach
Germany
 
Phone:+49 (0) 6201 49298-2
Mobile: +49 (0) 172 6269246
Fax: +49 (0) 6201 49298-1
Mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to