Re: The Struts-way Problem......

2002-05-06 Thread Ketan Malekar
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 PRO

RE: The Struts-way Problem......

2002-05-07 Thread Trieu, Danny
remember you are not going to the JSP directly, so if original request was an action that lead you a JSP page then at any giving point that you hit the back button and then refresh, it will just be another action request that will then return the same JSP with the lastest data if all the condition