Hi Deepa,

You can do it like this..

In Struts-config.xml..

        <action name="currentNotifForm" path="/loadNotificationsAction"
scope="session" type="pkg. LoadNotificationsAction"/>

       <action name="currentNotifForm" path="/updateNotificationsAction"
scope="session" type="pkg. UpdateNotificationsAction">
<forward name="update" path="/ loadNotificationsAction.do"
redirect="false"/>
</action>

And in UpdateNotificationsAction you can forward it to 'update' action.

Return ActionMapping.findForward("update");

I hope it helps.

Vidya

-----Original Message-----
From: Deepa Khetan [mailto:[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 the user has already given. I tried putting target=null
from
the Action class. But this is still opening another bowser for me.

Any help wud be appreciated.

Deepa
This message and any attachments are confidential and intended solely for the 
addressee. If you have received this message in error, please notify Discovery 
immediately, telephone number +27 11 529 2888. Any unauthorised use; alteration 
or dissemination of the contents of this email is strictly prohibited. In no 
event will Discovery or the sender be liable in any manner whatsoever to any 
person for any loss or any direct, indirect, special or consequential damages 
arising from use of this email or any linked website, including, without 
limitation, from any lost profits, business interruption, loss of programmes or 
other data that may be stored on any information handling system or otherwise 
from any assurance that this email is virus free even if Discovery is expressly 
advised of the possibility of such damages. Discovery is an Authorised 
Financial Services Provider.

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

Reply via email to