Re: Checkboxlist - bind to List

2007-09-05 Thread Laurie Harper
Moacir Cardoso wrote: Hello!, I´m trying to bind some checkbox values to one parameterized List. Lets say List. Is it possible? in Jsp: list="#{'1':'Car1','2':'Car2','3':'Car3'}"> in Action: private List myList; ... gets and sets. If you already have a list in your action, you don't need/

Checkboxlist - bind to List

2007-09-01 Thread Moacir Cardoso
Hello!, I´m trying to bind some checkbox values to one parameterized List. Lets say List. Is it possible? in Jsp: list="#{'1':'Car1','2':'Car2','3':'Car3'}"> in Action: private List myList; .. gets and sets. Moa ;-) - To u