I was just thinking about how the Struts-way is to have everything go
through an Action class first and then redirect to a jsp.

If you do this, then the following problem could occur:

If you are on Page A which contains a list of users and one of the columns
is Gender for example, and you leave the page to another to change the
gender of user X, and then use the Browser's back button to go back back to
the list page.  If you then hit refresh, the user list will still show the
old Gender for user X.  This is because the Action is not called at this
point, only the jsp is refreshed.

Does anyone know of a Struts-way to fix this?




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to