Re: Checking a default option in radio

2004-06-07 Thread James Mitchell
Or do it in the reset() method.



--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

- Original Message -
From: "James Mitchell" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, June 07, 2004 7:35 AM
Subject: Re: Checking a default option in radio


> In the action leading to that page, check to see if that property is set,
if
> not, set it to the value you wish to be the default.
>
>
> --
> James Mitchell
> Software Engineer / Open Source Evangelist
> EdgeTech, Inc.
> 678.910.8017
> AIM: jmitchtx
>
>
>
> - Original Message -
> From: "Satish Kataria" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, June 07, 2004 7:09 AM
> Subject: Checking a default option in radio
>
>
> Hi,
> Can I select a particular option as the default option in a set of radio
> buttons.
> If yes, then what is the way of doing it using nested:radio tag.
> Any code snippet will be very helpful
> Thanks,
> Satish
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Checking a default option in radio

2004-06-07 Thread James Mitchell
In the action leading to that page, check to see if that property is set, if
not, set it to the value you wish to be the default.


--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx



- Original Message -
From: "Satish Kataria" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 07, 2004 7:09 AM
Subject: Checking a default option in radio


Hi,
Can I select a particular option as the default option in a set of radio
buttons.
If yes, then what is the way of doing it using nested:radio tag.
Any code snippet will be very helpful
Thanks,
Satish




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Checking a default option in radio

2004-06-07 Thread Satish Kataria
Hi,
Can I select a particular option as the default option in a set of radio
buttons.
If yes, then what is the way of doing it using nested:radio tag.
Any code snippet will be very helpful
Thanks,
Satish