Re: struts 2 radio tag selected default

2008-06-04 Thread aspat
Thanks for your answer, the solution is : (i want to select the first item of my list ) aspat Lukasz Lenart wrote: > > Hi, > > value="%{employee.active}"/> > > or > > value="true"/> > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > -- View this message in context: http

Re: struts 2 radio tag selected default

2008-06-04 Thread aspat
I find the solution : -- View this message in context: http://www.nabble.com/struts-2-radio-tag-selected-default-tp17642159p17645206.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-m

Re: struts 2 radio tag selected default

2008-06-04 Thread Lukasz Lenart
Hi, or Regards -- Lukasz http://www.lenart.org.pl/

Re: struts 2 radio tag selected default

2008-06-04 Thread Felipe Lorenz
i dont think so i do it by javascript... if somobady know... please.. tell us.. On Wed, Jun 4, 2008 at 5:58 AM, aspat <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to know if there is a way to select a radio button in struts 2 > by default, which allow me to avoid converting the code as