Re: Event link gets changed after outer zone/table refresh

2014-03-11 Thread Thiago H de Paula Figueiredo
On Tue, 11 Mar 2014 16:27:32 -0300, Swapna wrote: Thank you for the suggestions. I have made the changes. But it didn't solve my issue, as my problem is , everything works fine initially, but once the table gets refreshed (with the filters) , the event link doesn't work, the method never ge

Re: Event link gets changed after outer zone/table refresh

2014-03-11 Thread Swapna
Your suggestions did solve the issue of event link getting fired. I had some other code which was stopping it to fire. Thank you. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: Event link gets changed after outer zone/table refresh

2014-03-11 Thread Swapna
Thank you for the suggestions. I have made the changes. But it didn't solve my issue, as my problem is , everything works fine initially, but once the table gets refreshed (with the filters) , the event link doesn't work, the method never gets called. That because the event link id gets changed.

Re: Event link gets changed after outer zone/table refresh

2014-03-11 Thread Thiago H de Paula Figueiredo
Answering in the users mailing list, as it's the right place for this discussion. On Tue, 11 Mar 2014 10:09:59 -0300, Swapna wrote: I have an eventLink inside the table, the event link id gets changed once the table zone is refreshed. once zone refreshed, event handler doesn't get called.