Thanks for your help. This is exactly what I was looking for (but I could
not found because I was using Struts 1.0)....

----- Original Message -----
From: "apachep2" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, March 27, 2003 18:38
Subject: RE: Imbeding a struts tag in another ?


> idName is the name of that bean
>
> <html:radio idName="obj" value="prop" property="selection"/>
>
> -----Original Message-----
> From: Jean-Michel Auguste [mailto:[EMAIL PROTECTED]
> Sent: March 27, 2003 12:25 PM
> To: [EMAIL PROTECTED]
> Subject: Imbeding a struts tag in another ?
>
> Hi,
>
> I'm having the following problem.
> I need to display a radio button in a Jsp but the attribute "value" of
> this radio button must be set with the property of a bean located in the
> request.
> How can I code that using struts tags only ?
>
> I tried the following but does not work.
>
> <html:radio property="selection" value="<bean:write name="obj"
> property="prop"  />"  />
>
> Any idea ?
> Thanks
>
> Jean-Michel Auguste
>
> ---------------------------------------------------------------------
> 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]

Reply via email to