Re: Zone refresh in form fragment 'wizard'

2012-05-09 Thread Chris Cureau
No takers? Ah well...I'll break it into separate pages. I just wish I knew what I was doing wrong. Maybe a renderobject in the template would help? Igor, can't wait for your book! On May 8, 2012 10:25 AM, "Chris Cureau" wrote: > I've looked at the form fragments in firebug. It doesn't appear tha

Re: Zone refresh in form fragment 'wizard'

2012-05-08 Thread Chris Cureau
I've looked at the form fragments in firebug. It doesn't appear that the form fragment is being changed at all except the visible attribute. I've pasted the output from firebug below: Before fragment 3: That's all we need! Please verify the following information: To complete this employee,

Re: Zone refresh in form fragment 'wizard'

2012-05-08 Thread Thiago H. de Paula Figueiredo
On Tue, 08 May 2012 11:19:02 -0300, Chris Cureau wrote: 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 frag

Re: Zone refresh in form fragment 'wizard'

2012-05-08 Thread Chris Cureau
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 s

Re: Zone refresh in form fragment 'wizard'

2012-05-08 Thread Thiago H. de Paula Figueiredo
On Tue, 08 May 2012 10:48:38 -0300, Chris Cureau 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 onSucces

Re: Zone refresh in form fragment 'wizard'

2012-05-07 Thread Thiago H. de Paula Figueiredo
On Mon, 07 May 2012 23:15:43 -0300, Chris Cureau wrote: Hi there! Hi! Please post the template and code please, at least the relevant parts (events, form submissions, links, etc). In addition, some exception or error should have been raised. Please take a look at the console output a

Zone refresh in form fragment 'wizard'

2012-05-07 Thread Chris Cureau
Hi there! I'm following Geoff's excellent jumpstart on creating a wizard using form fragments. I've got it all working so far, but I want to create a summary form fragment that displays a table with the text that was entered on the previous form fragment panel. The final page has a zone defined