Is it possible to do AddRowLink / RemoveRowLink from java class? Because what I want to do is: populate some rows in AjaxFormLoop from server side (java class). This event (populate some rows) is triggered from clicking AJAX actionLink.
I thought this is not possible, so I'm decided to refresh whole AjaxFormLoop. CMIIW. And I realize that in order to refresh AjaxFormLoop, I need to refresh the whole form. And If I refresh the whole form, I have problem because user input on other field input (outside AjaxFormLoop) is discarded. Using ZoneUpdater mixin (as you suggest in another thread) will preserve user input, but it will generate many traffic to the server :) But I think using your suggestion is not bad idea. Thank you... On Wed, Sep 22, 2010 at 6:10 PM, LLTYK <ll...@mailinator.com> wrote: > > You just use AddRowLink and RemoveRowLink to add and remove. Alot easier than > trying to refresh the whole thing. > > > http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/ajaxformloop1 > -- > View this message in context: > http://tapestry-users.832.n2.nabble.com/T5-1-Generate-AjaxFormLoop-entry-from-ActionLink-tp5557435p5558585.html > Sent from the Tapestry Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org