Hi All,
I'm trying to set the initial value on a set of <html:radio/> 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]