I've just added a few more debugging statements... isInSubmit() is getting called before each fragment rendering phase. It returns false on the first two fragments and true on the last.
What I see is this: The first and second fragments work as expected...the first just presenting text, and the second accepting input with beaneditor. The third fragment (submit) shows everything EXCEPT for the zone that is set in it. I am returning the block in onSuccess() when I change the fragment from General to Submit (fragment 2 to 3). No exceptions are shown. It is almost as if Tapestry is ignoring the block altogether. On Tue, May 8, 2012 at 8:57 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 08 May 2012 10:48:38 -0300, Chris Cureau <cmcur...@gmail.com> > wrote: > > Hi Thiago! >> > > Hi! > > > Thanks for the quick response. I put together a smaller version of my >> page to save some space. It exhibits the same problems. No exceptions are >> thrown in the console, but I can see my page going through onSuccess >> properly because of a printf I put in there. >> > > What exactly is happening? Are you sure the isInSubmit() returns true when > you're rendering the FormFragment? > > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, > and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br >