Hi,

I am setting a collection of ValueObjects in request and populating the page with the 
values from collection. I want to set the value of the check box with a particular 
value from the value object. My code is as follows.
logic:iterate id="result" name="result"
                <tr><td>
                <html:checkbox  property="check" value='<bean:write name="result" 
property="option"/>'/>
                <bean:write name="result" property="option"/>
                </td></tr>
        
        </logic:iterate>

I want to set the value of the check box with with property option from the bean.

how this is possible..??

thanks in advance,
Prakasan

Reply via email to