Re: Update Zone Outside of AjaxFormLoop

2010-08-30 Thread LLTYK
Forget zones, just count the rows with js. $$('.classYouStickOnEveryRow').length; Although the only way I know of to get js to run on zone load is to clumsily cram a script tag in each row. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Update-Zone-

Update Zone Outside of AjaxFormLoop

2010-08-29 Thread Mark W. Shead
I have a situation similar to the phone book entry shown here: http://tapestry.apache.org/tapestry5.2-dev/tapestry-core/ref/org/apache/tapestry5/corelib/components/AjaxFormLoop.html However, I need to be able to display a count of items in the AjaxFormLoop and have it update when items are added o