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&param=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]

Reply via email to