Re: Radio Button in ActionForm

2005-09-19 Thread Murray Collingwood
You do it exactly the same way, although you specify the values on the tags as you would for adding a new record. eg Male Female Struts will automatically check the radio control that matches the current value. Kind regards mc On 19 Sep 2005 at 18:04, rahul wrote: > hi all, > > I am look

RE: Radio Button in ActionForm

2005-09-19 Thread rahul
thank you very much It worked! > -Original Message- > From: Harland, David [mailto:[EMAIL PROTECTED] > Sent: Monday, September 19, 2005 6:07 PM > To: Struts Users Mailing List > Subject: RE: Radio Button in ActionForm > > > Initialise your Action Form set sec equa

RE: Radio Button in ActionForm

2005-09-19 Thread Harland, David
Initialise your Action Form set sec equal to 'M' or 'F'. Add the following to your jsp -Original Message- From: rahul [mailto:[EMAIL PROTECTED] Sent: 19 September 2005 13:34 To: Struts Users Mailing List Subject: Radio Button in ActionForm hi all, I am looking at some simplified