I have a pager that moves results from 1 to 100, 10 at a time.
the pager itself refreshes a section of the page which in turn has a for loop for th e10 results that are currently being navigated. The elements in for loop also each provide links which work via ajax (@Submit and async on the form) - that is, if i click on the fourth elemnt ont he for loop, the submit tags it and submits it. this works fine on the first page, which is loaded via a hard refresh without ajax. if i click on the second page (ie, a link requeries the db and thae section with the for loop is updated via ajax), the submit inside the updated area no longer work. they dont submit via ajax, they revert to the manual URL. Is there something going on that I can do? or maybe Im not updating something somehwere? any help would be appreciated, thanks, josh . --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]