Checkboxlist - bind to List

Sat, 01 Sep 2007 19:24:10 -0700

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]

Reply via email to