Monday, June 16, 2008

Dynamically display a struts radio button

To dynamically display a radio button with struts iteration, use:

<logic:iterate id="row" name="SHIPPERS">
<html:radio property="expectedVia" value="value" idName="row"/>
<bean:write name="row" property="label"/>
</logic:iterate

No comments: