Re: Request Processing Chains - HOWTO... ?

2007-09-20 Thread Paul Benedict
Arne, How do I filter/add request parameters? "In the old days" (TM) I > simply added a filter, which wrapped a RequestWrapper around the > non-writable map. How can I do that now? The structure of the context > isn't quite clear to me, and I don't know where to set the new request > wrapper objec

Request Processing Chains - HOWTO... ?

2007-09-19 Thread Arne Brutschy
Hello, I'm new to struts 1.3.x and therefore not used to the new request processing using common-chains. I have two questions: How do I filter/add request parameters? "In the old days" (TM) I simply added a filter, which wrapped a RequestWrapper around the non-writable map. How can I do that now?