Hi Karthik,

For some reason this doesnt seem to be working for me. I have the same
requirement and tried describing it earlier on. Later I had to settle for
this -

http://mail-archives.apache.org/mod_mbox/tapestry-users/200611.mbox/ajax/[EMAIL 
PROTECTED]
Srini.

On 11/26/06, Karthik N <[EMAIL PROTECTED]> wrote:

1. if you can modify your pojo have a boolean isChecked in it which you
can
wire to the checkbox in your for loop
2. if not, wrap a DTO around your pojo which has this boolean
3. during the rewind cycle the checked boolean will be set
4. in your listener method you can iterate through the List that was used
for the For Loop and figure the selected rows by using the isChecked
method

On 11/25/06, Gurps <[EMAIL PROTECTED] > wrote:
>
>
>
> I have a pojo bean which renders its attributes as a row in a For loop
in
> a
> non-contrib table.
>
> What i want to do is provide a checkbox at the end of each row which
> enables
> the selected beans to be identified in the listener method.
>
> I don't know if only the primary keys or the whole row is stored or
> anything. And this must be in a NON-Contrib table.
>
> Any help most appreciated, an example is the best way!
> Thanks
> --
> View this message in context:
>
http://www.nabble.com/Checkbox-in-table-%28non-contrib%29-tf2703459.html#a7538325
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Thanks, Karthik




--
http://www.indygosoft.com

Reply via email to