Re: Zone update causes to loose js/css bound to div inside zone

2011-07-15 Thread sandeep kale
Hi, Thanks a lot Thiago and Derkoe for quick reply and a perfect solution. It worked fine. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Zone-update-causes-to-loose-js-css-bound-to-div-inside-zone-tp4579141p4589663.html Sent from the Tapestry - User mailing list

Re: Zone update causes to loose js/css bound to div inside zone

2011-07-13 Thread Thiago H. de Paula Figueiredo
On Wed, 13 Jul 2011 16:22:53 -0300, derkoe wrote: sandeep kale wrote: Hi, To do it like Thiago: Hi! Hi! :P I am using zone to reset ordering of rows in my list grid. I reorder the rows in the list after clicking on reset button which refreshes zone containing list grid. Upto this it's

Re: Zone update causes to loose js/css bound to div inside zone

2011-07-13 Thread derkoe
update. > Just add a JavaScript to the zone that calls the same javascript method that is executed on load of document. This should update your row classes. -- Chris -- View this message in context: http://tapestry.1045711.n5.nabble.com/Zone-update-causes-to-loose-js-css-bound-to-div-insi

Zone update causes to loose js/css bound to div inside zone

2011-07-12 Thread sandeep kale
rough javascript call. But this binding is lost when zone refreshes my list grid. Please suggest me the solution either to rebind to listgrid after zone update or not to lose binding after zone update. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Zone-update-causes-to-loose-j