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 and delegated to a block which appears at the bottom of the tml file. Just before I move on to the last panel, the onSuccess() routine sets some page parameters that are defined in the tml file. It then returns the block to the page. Problem is, the block never gets rendered. I've looked through the zone examples I've found posted, but none of them seems to do what I am asking it to do.
Do I have to have a non-visible submit on the page to trigger the zone update? Or is there some magic that I'm missing? Thanks in advance!