Is there a way to pre-check boxes that meet criteria?  I have 2 lists,
listA is for all the checkboxes and listB is for checkboxes that will be
pre-checked.

<s:checkboxlist label="Registration" list="#allreglist.regList" 
                        listKey="regId" listValue="regNm" 
                        name="reg.registrationList">
</s:checkboxlist>

This displays a checkbox list fine for insert. How do I get the
pre-selected boxes for an update?

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

Reply via email to