Re: html:radio tag question

2001-06-09 Thread Martin Cooper
y displayed, and the same property will be used to store the value of the radio button selected when the form is submitted. Hope this helps. -- Martin Cooper - Original Message - From: "Steve Salkin" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Jun

html:radio tag question

2001-06-08 Thread Steve Salkin
Title: html:radio tag question Hi- I am converting an html page to struts jsp. The original page has a set of radio buttons that are supposed to be mutually exclusive. Each has a name, and the author used javscript functions that refer to these names as onclick handlers. My struts tags