> -----Original Message-----
> From: ron piterman [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 14, 2004 8:45 AM
> To: [EMAIL PROTECTED]
> Subject: how to use dynamic values in html:radio 
> 
> 
> Hi -
> I try to use html:radio inside an iterate. The values of the radios 
> should be dynamically read from the iterated bean.
> I am using
> <logic:iterated id="bla" ...>
> <html:radio name="bla" value="${bla.prop}"/>

<html:radio name="bla" property="prop"/>

I think is closer to what you want.

http://struts.apache.org/userGuide/struts-html.html#radio
also shows you can set the value from a different bean using idName and value for bean 
name/property name and name/property for the return value.

> ...
> which does not work.
> Can some one please :-) tell me the right way to do this?
> Cheers,
> Ron
> 
> 
> ---------------------------------------------------------------------
> 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