RE: Radio button CHECKED ???

2004-01-22 Thread Leticia Golubov
but none of them will be checked... -Original Message- From: Christian Bollmeyer [mailto:[EMAIL PROTECTED] Sent: 21 January 2004 19:49 To: Struts Users Mailing List Subject: Re: Radio button CHECKED ??? Am Mittwoch, 21. Januar 2004 11:17 schrieb Mauricio T. Ferraz: Help!! I have

Radio button CHECKED ???

2004-01-21 Thread Mauricio T. Ferraz
Help!! I have a actionForm with a boolean property and set and get and in my jsp html:radio property=propertyName value=true/ html:radio property=propertyName value=false/ The radio checked always is the second, where is false. How I put the first to be checked when de jsp is loaded? thanks

Re: Radio button CHECKED ???

2004-01-21 Thread Christian Bollmeyer
Am Mittwoch, 21. Januar 2004 11:17 schrieb Mauricio T. Ferraz: Help!! I have a actionForm with a boolean property and set and get and in my jsp html:radio property=propertyName value=true/ html:radio property=propertyName value=false/ The radio checked always is the second, where is false.

RE: Radio button CHECKED ???

2004-01-21 Thread Nimish Chourey , Tidel Park - Chennai
:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 3:48 PM To: Struts Users Mailing List Subject: Radio button CHECKED ??? Help!! I have a actionForm with a boolean property and set and get and in my jsp html:radio property=propertyName value=true/ html:radio property=propertyName value=false

Radio button CHECKED ???

2004-01-20 Thread Mauricio T. Ferraz
How to use the html:radio tag and define a specific radio with CHECKED by default ? p.e input type=radio name=radiobutton value=1 checked thanks

RE: Radio button CHECKED ???

2004-01-20 Thread Saul Q Yuan
List Subject: Radio button CHECKED ??? How to use the html:radio tag and define a specific radio with CHECKED by default ? p.e input type=radio name=radiobutton value=1 checked thanks - To unsubscribe, e-mail: [EMAIL PROTECTED

radio button checked ?

2002-12-18 Thread Marcus Biel
How to make a radio Button checked using Struts 1.02 ? That would be the html equivalent: input type=radio name=name value=value checked thx in advance for your help. marcus -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: radio button checked ?

2002-12-18 Thread Sri Sankaran
() on the form bean returns yes. Sri -Original Message- From: Marcus Biel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 9:17 AM To: [EMAIL PROTECTED] Subject: radio button checked ? How to make a radio Button checked using Struts 1.02 ? That would be the html equivalent

have radio button checked using html:radio

2002-09-12 Thread Keven
Hi, I appreciate your help. I want to have a radio button automatically checked. I know how to do it without struts tag(input type=radio name=radio1 CHECKED/). But how can I acheive same thing by using struts html:radio tag. Thanks for your help. Keven