-none- 2007-09-01 - By Moacir Cardoso
Back 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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|