Hi,

Can anyone let me know how to automatically check checkboxes?

Below is my current code:
    <html:multibox property="selectedModules">
        <bean:write name="row" property="id"/>
    </html:multibox>

This is one of the many ways I've tried to get it to work:
    <html:multibox property="selectedModules" property="${row.id}">
        {some Boolean equation}
    </html:multibox>


Cheers for you help!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to