hi,
try to pass random value with the link to jsp... like
http://myserver:8080/myJsp.do?rand=3n3432njrejk34...
u can create this with javascript.... u can create random number using
Math.rand() function...
hope this will work
cheers
Kets
----- Original Message -----
From: Spencer Smith <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 03, 2002 12:00 AM
Subject: The Struts-way Problem......


> 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]>
>
>

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

Reply via email to