Hello- This is kind of a weird question but here goes....
I have an Action class that takes some values from the session puts these parameters into a RequestWrapper object (that I wrote so I can get and set request params) under different names, then forwards this modified RequestWrapper object off to another servlet in a different webapp. Right now I have my action class forward the modified request off to the other webapp however this just kind of leaves my Action class hanging there in the open. So is there a cleaner more Struts way to handle this situation? I need to: - forward to a different webapp - forward a modified request object Thanks- Michael -- +--------------------------------------------+ | Michael P Jones (503) 772-5180 | | | | Boxerlearning [EMAIL PROTECTED] | +--------------------------------------------+ | Remember. when you have unsafe email with | | someone, you're having email with all the | | other people that person's had unsafe email| | with... | +--------------------------------------------+ -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>