I have been integrating an open source Easy Wizard into Dynamic Block. What this does is to make the site layout configurable by building a directed graph. The individual States store the component data until I am ready to persist the data.
If you open two browser windows (with the same session) and then move one window forward or back and then switch to the other window you, of course, get a stale link error. You have clicked on a stale link. Rewind of form Home/$Form expected allocated id #1 to be '$Submit', but was '$RadioGroup' (requested by component Home/tasklet.SOAPAuthBlock.SOAPAuth.$RadioGroup). This is most likely the result of using your browser's back button, but can also be an application error. You may continue by returning to the application's home page. The "home" page is a link that takes you back to the application and then from there to the state engine, which displays the correct page and the correct data. Configuring it is nothing more than creating states and transistions in a "Wizard" class. regards, Mark -----Original Message----- From: Colin Sampaleanu [mailto:[EMAIL PROTECTED] Sent: Fri 4/1/2005 9:23 AM To: Tapestry users Subject: Re: Page Flow framework in Tapestry Samuel Cheung wrote: > Hi, > > Is there a page flow framework in Tapestry? > In Struts, there is Struts flow http://struts.apache.org/flow/index.html. > > In wonder if there is something similar in Tapestry. Spring-flow is now out in preview release, and quite a bit more mature than Struts Flow. http://forum.springframework.org/viewtopic.php?t=4450 http://www.jroller.com/page/kdonald It currently integrates out of the box only with Spring MVC and Struts, but it's expressly designed to be able to integrate with other frameworks, like JSF or Tapestry. I was talking a little bit with Howard about this at TSSJS actually... I'm not 100% sure when a Spring developer will actually be able to work on a Tapestry integration, but hopefully somebody will pick up the ball and create one pretty soon. Regards, -- Colin Sampaleanu Interface21 Principal Consultant Spring Training, Consulting and Support - "From the Source" http://www.springframework.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
