You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Ted Husted <hu...@apache.org> on 2001/06/08 17:33:03 UTC

Re: Can anyone help with solving the "BACK" button problem, in the browser?

It's not "wrong" to have a form in the session context, so long as it is
disposed in the normal course; it's just a convenience that you do not
want to overuse. 

"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?
> 
> -----Original Message-----
> From: William Jaynes [mailto:wjaynes@mediaone.net]
> Sent: Friday, June 08, 2001 1:40 PM
> To: struts-user@jakarta.apache.org
> Subject: Re: Can anyone help with solving the "BACK" button problem, in
> th e browser?
> 
> Just a comment... Looks like your method of checking the RefreshOption
> property will only work if the scope of the ActionForm is "session".
> That's ok if one doesn't mind the use of resources.