Mohan Radhakrishnan <[EMAIL PROTECTED]> wrote:
> The problem is that I have a dynamically generated table . There can be
> any number of rows and each value is associated with a radio button group
of
> two buttons . So I am generating the name like "radio0", "radio1",
"radio2"
> etc.
> Is there any way to pass an array of boolean values based on the
radio
> button checked property to the JSP page ?
> bye,
The only way way I know of to get an array of values passed through the
setProperty directive is to use checkboxes. It would take a bit of
JavaScript work to get a pair of checkboxes to act like radio buttons, but
it should be doable. There is an example of using checkboxes in
http://www.javaworld.com/javaworld/jw-03-2000/f_jw-0331-ssj-forms_p.html.
Tom Ekberg, [EMAIL PROTECTED]
Coyote Technologies, LLC
972-889-5212
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets