Remember that bindings are just getters and setters. So take off the @Property annotation on your binding for your checkbox and replace with corresponding getter/setter. Now in getter/setter you can store/ query a map, usually of <Long,Boolean>. ie your entity id and selected state.

HTH,

J

On 6-Jul-09, at 6:50 AM, cajmrn wrote:


Hi Guys,

...

 Is there some way to register a list of what checkboxes were
checked? or is there a way to iterate through a specific column/row in a grid? really any kind or solution or direction would be greatly appreciated.

With many Thanks,
C
--
View this message in context: 
http://www.nabble.com/Getting-Iterating-through-the-information-from-the-Grid-tp24355747p24355747.html
Sent from the Tapestry - User mailing list archive at Nabble.com.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to