Hi, There is one button on myjsp, when the user clicks this button, i want to submit request to MyAction, with some parameters, this MyAction will then open a new jsp, i want to forward the parameters send by myjsp to newjsp via MyAction
Ashish --- James Mitchell <[EMAIL PROTECTED]> wrote: > Please explain this further, I'm reading about 3 > different interpretations > from this. > > Which is it? > > 1. User fills out myjsp and clicks a link, which > opens a popup to > MyAction (which eventually ends with newjsp)? > > 2. When user submits myjsp to MyAction, I want to > display newjsp in > a popup > > 3. User submits myjsp to a popup > > > -- > James Mitchell > > > > > > ----- Original Message ----- > From: "Ashish Kulkarni" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 06, 2003 1:33 PM > 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] > ===== 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]

