You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Dudley Butt@i-Commerce" <Du...@za.didata.com> on 2001/06/11 08:42:59 UTC

RE: Can anyone help with solving the "BACK" button problem, in th e browser?

thanx, appreciate the suggestion

-----Original Message-----
From: Craig R. McClanahan [mailto:craigmcc@apache.org]
Sent: Sunday, June 10, 2001 1:47 AM
To: 'struts-user@jakarta.apache.org'
Subject: RE: Can anyone help with solving the "BACK" button problem, in
th e browser?




On Fri, 8 Jun 2001, Dudley Butt@i-Commerce wrote:

> yes, but this is a form that is being filled in like a wizard type of
thing,
> i need the form to be session
> any ideas, for an alternative?
> 

The alternative approach is to have *all* of the input fields for the
entire wizard included on every page -- but the ones you are not
displaying on the current page would be created with <html:hidden> instead
of <html:text> or whatever.

Craig