Thread: checkbox
View Single Post
  #2 (permalink)  
Old 05-14-2007, 05:43 PM
pegitha pegitha is offline
Member
 
Join Date: Apr 2007
Location: Indiana
Posts: 84
pegitha is on a distinguished road
Send a message via Skype™ to pegitha
I like to use the nested tag in these instances.
here is an instance of some code I wrote using the multibox.
Code:
<logic:iterate id="category" property="progDisplayItems" name="allMenuForm"> <li> <nested:multibox name="allMenuForm" property="displayItemsChosen"> <nested:write name="category" property="id" /> </nested:multibox> <bean:write name="category" property="description" filter="false"/> </logic:iterate>
Reply With Quote