Hello!,I´m trying to bind some checkbox values to one parameterized List. Lets say List<Car>.
Is it possible?
in Jsp:<s:checkboxlist name="myList.carId" list="#{'1':'Car1','2':'Car2','3':'Car3'}"></s:checkboxlist>
in Action: private List<Car> myList; .. gets and sets. Moa ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]