Hello all, using Tapestry 4.0.2 here (had some Javascript issues when trying to upgrade to 4.1.x, so putting off upgrading till I figure those out). Anyway, I'm now trying to implement a new functionality to our app and am a bit puzzled as to the best way to do it.

What I want to do is have a list of items (0-N items), and a checkbox next to each one (i.e. one checkbox per line item). Below this list I'll have controls to "delete all checked items" (or in general, "do X to checked items"). Pretty basic UI functionality... except that I'm stumped as how to do it with Tapestry.

I'm generating the list with a normal @For loop, and that works fine. The checkboxes I need some help on, though... how do I bind a list of checkboxes to values, so that I can figure out which one is related to which line item on form submit?

All help appreciated. If it requires upgrading to 4.1.x, then that's doable too, with some extra work.

//Petri

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to