RE: Redirecting a Request With params

2004-09-16 Thread Frank Zammetti
tti Founder and Chief Software Architect Omnytex Technologies www.omnytex.com From: "Durham David R Jr Contr 805 CSPTS/SCE" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]&g

RE: Redirecting a Request With params

2004-09-16 Thread Durham David R Jr Contr 805 CSPTS/SCE
; -Original Message- > From: El Toro [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 16, 2004 4:33 PM > To: Struts Users Mailing List > Subject: RE: Redirecting a Request With params > > I know of the two HTTP request types. I'm just > wondering how do I do thi

RE: Redirecting a Request With params

2004-09-16 Thread El Toro
I know of the two HTTP request types. I'm just wondering how do I do this within the context of struts. I did read the mailing list and there was a similar example but it was not relevant to what I need. I need a method to POST params to an external site within a sruts action class...without usi

RE: Redirecting a Request With params

2004-09-16 Thread Durham David R Jr Contr 805 CSPTS/SCE
> From: El Toro [mailto:[EMAIL PROTECTED] > > I have an action class which needs to redirect a > request to an application outside of the current > context. I also need to pass some parameters to the > outside application. One of these parameters is too > big to include on the URL/QueryString.

Re: Redirecting a Request With params

2004-09-16 Thread dhay
| | cc: | | Subject: Redirect

Redirecting a Request With params

2004-09-16 Thread El Toro
I have an action class which needs to redirect a request to an application outside of the current context. I also need to pass some parameters to the outside application. One of these parameters is too big to include on the URL/QueryString. Does anyone know how I can redirect the request with th