still trying to figure out how any one can be of help?

Thanks


From: "Mu Mike" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: How can I refresh my jsp
Date: Tue, 23 Mar 2004 02:38:26 +0000

sample1.jsp:
<form action="/action1.do">
..
</form>

this is my action definition

       <action path="/action1"
           type="com.mycom.Action1"
           name="myForm"
           scope="session">
           <forward name="success" path="/sample2.jsp"/>
       </action>

but when I finished the action in sample1, it opens sample2.jsp in the current window(not refresing the sample1.jsp window) and the sample2.jsp page remains the old(I modified some source files in the action in sample1 which are used by sample2.jsp)

please, how can I solve this probelm,that is ,refreshing sample2.jsp in its own window

Thanks&Regards

_________________________________________________________________
免费下载 MSN Explorer:   http://explorer.msn.com/lccn


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


_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com



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



Reply via email to