On Thursday 21 June 2007 17:41:21 Michael Gottschalk wrote: > I have problems with my web application using Tapestry 5 when the > back/forward buttons of the browser are used. The internal page state seems > to be out of sync with the actual state in the browser then. I get strange > behaviour and exceptions in some cases. > [...]
I already solved the problem myself. Sorry for the question, since the solution was very easy. I just needed to add the product-ID to the form's context parameters and then reload the product from the database in the action handler instead of using the already loaded product from the session. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
