Hello, folks. I have an application where I present the user with a search result, from which s/he will select some items, to perform an action on them. Think about a "delete selected" action or something like that.
So, I need to: 1) Render a table with the search results [OK] 3) Wrap the table in a form [OK] 2) Render a checkbox on each line 3) Get the value of each selected checkbox on the form listener I was hoping to use something like a contrib:MultiplePropertySelection, where I can just render as many boxes as needed, and have their values assigned to a list. Problem is, a MPS must be rendered at once, and I can't do that: I need to render each checkbox on a different row in a table with lots more info. Any hints on how to do this? I'm sure this is not /that/ uncommon, someone must have been thru a similar situation (and hopefully found a solution). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
