I guess you would have to either 1)Repaint the jsp screen with old data (and only the popup having new data) 2)OR open the new POP up from the first html(javascripting) and have the new pop up submit to the action based on its parents Form's contents.. I am not sure if I understand your question correctly Can rephrase it ?
-Peace Naggi -----Original Message----- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 1:33 PM To: [EMAIL PROTECTED] Subject: forwarding request parameters to jsp Hi, I have this kind of setup, myjsp -- > MyAction--> newjsp in my jsp i have some code like this I want to open my newjsp in popup window, so i dont want myjs to be submitted. MyAction.do?param=input1¶m=input2 in my Action class i do some logic and on success forward the request to newjsp I want to forward the input parameters to newjsp so how can i do it, just put them in request or do some thing else so i need anything extra to setup in struts-config ===== A$HI$H __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

