Hi,
I'm writing to see if anyone could help me with some issues with nested
AjaxFormLoop. This is my first time using mailing list so please let me
know if I'm doing anything wrong.
*Issue:*
I am developing a page which has 4 levels of nested AjaxFormLoop and
currently trying to g
Ah no! I was wrong. You can supply a context using the 'context' parameter
of the AjaxFormLoop itself. Phew!
Michael
On Wed, Feb 10, 2010 at 12:30 PM, Thiago H. de Paula Figueiredo <
thiag...@gmail.com> wrote:
> On Wed, 10 Feb 2010 15:23:11 -0200, Michael Prescott <
> michael.r.presc...@gmail.
On Wed, 10 Feb 2010 15:23:11 -0200, Michael Prescott
wrote:
Is there something obvious I'm missing, or is this a hiccup in my grand
schemes?
I guess AjaxFormLoop was not meant to be nested . . .
--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant,
I've got a nested AjaxFormLoop. (Let's say loop 'A' with loop 'B' inside
it.) So far so good, except the addRowLink (unlike the removeRowLink)
doesn't pass any context, so I'm not sure how to tell which part of my
backing data model to update.
Is there s