RE: Refreshing a JSP from Action class

2006-01-27 Thread Vidya \(Suvarna\) Mahavadi
lto:[EMAIL PROTECTED] Sent: Friday 27 January 2006 09:11 To: Struts Users Mailing List Subject: Refreshing a JSP from Action class Hi, I am calling an Action class and want my same JSP to get refreshed from this Action class. I am not understnding how i can do this, without losing the values that

Refreshing a JSP from Action class

2006-01-26 Thread Deepa Khetan
Hi, I am calling an Action class and want my same JSP to get refreshed from this Action class. I am not understnding how i can do this, without losing the values that the user has already given. I tried putting target=null from the Action class. But this is still opening another bowser for me. A