Hi
 
 Im using a multibox and figured out that if "selecteditems" and "id"
has the same value the box is "checked". 
 
<html:multibox name="someForm" property="selecteditems"  >
<bean:write name="list" property="id" />
 
Since it also is selecteditems i get the values of the users choice on
submit I must use someForm.selecteditems as property.
 
What I need to know is how do i set dynamic values in selecteditems in
someForm before i use multibox in the JSPpage? Can I set values from the
session attribute when someForm creates? 
 


Reply via email to