SV: Radio Button - setting a to 'checked'

2007-07-23 Thread anine.louise.medhus-dale
ig melding- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne av yitzle Sendt: 23. juli 2007 17:04 Til: Struts Users Mailing List Emne: Re: Radio Button - setting a to 'checked' On 7/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I also experience

Re: Radio Button - setting a to 'checked'

2007-07-23 Thread yitzle
On 7/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I also experience this problem with the radio button. Could you please give me an example of how this is done? My code: gives a 'true' output. If I change from radio to select it works ok, strange... Thanks in advance for your h

SV: Radio Button - setting a to 'checked'

2007-07-23 Thread anine.louise.medhus-dale
Fra: Nuwan Chandrasoma [mailto:[EMAIL PROTECTED] Sendt: 7. juli 2007 03:25 Til: Struts Users Mailing List Emne: Re: Radio Button - setting a to 'checked' Hi, Set the property that is associated with the tag to with the value you want to be checked. Thanks, Nuwan - Original

Re: Radio Button - setting a to 'checked'

2007-07-06 Thread Nuwan Chandrasoma
Hi, Set the property that is associated with the tag to with the value you want to be checked. Thanks, Nuwan - Original Message - From: "yitzle" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, July 06, 2007 4:14 PM Subject: Ra

Radio Button - setting a to 'checked'

2007-07-06 Thread yitzle
How to I make a radio button get rendered as checked? I'm making several radio buttons, one per and they all render unchecked. Even when I generate several with one radio tag and a map, I can't figure out how to set one to checked. ---