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?

Re[5]: Strange problem after upgrading from struts 1.1 to 1.3.8 (RequestWrappers not working anymore?)

2007-09-18 Thread Arne Brutschy
Hi, I used to filter the request parameters of certain actions. It works like this: the original bean is stored in the session. When the user hits update, the filter replaces the paramters submitted by the user with the original ones. Then, it replaces or deletes the values the user has changed an

Re[4]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Arne Brutschy
Hi, D> With what? Well, that was what I was asking myself. :) Problem is, the app hasn't been touched since 4 years. So I kind of re-engineering here. D> Something in your application is pre-loading the D> dynaform with reasonable values, no? I don't really D> remember S1.1 at this point; do you

Re[3]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Arne Brutschy
>> request. This is not a Struts thing but HTML. You should make sure the HTML P>> is being rendered the same, because that's probably what is causing your P>> problem. P>> Paul P>> On 9/17/07, Arne Brutschy <[EMAIL PROTECTED]> wrote: >>> >>> Hi

Re[2]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-18 Thread Arne Brutschy
s causing your P> problem. P> Paul P> On 9/17/07, Arne Brutschy <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> A> I'm not sure if the reason for this is some change in the tags (my >> A> tags are simply wrappers around the standard struts tag

Re[2]: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-17 Thread Arne Brutschy
ng the possibility to alter them like the hidden form fields)? Thanks! Arne P> On 9/17/07, Arne Brutschy <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> A> I'm not sure if the reason for this is some change in the tags (my >> A> tags are simply wrappe

Re: Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-17 Thread Arne Brutschy
Hi, A> I'm not sure if the reason for this is some change in the tags (my A> tags are simply wrappers around the standard struts tags, ie. A> XylonTextTag extends TextTag) or the changes in the request wrapper A> system. I tried to set A> processorClass="org.apache.struts.action.RequestProcessor"

Strange problem after upgrading from struts 1.1 to 1.3.8

2007-09-17 Thread Arne Brutschy
Hello, I'm experiencing a strange problem after upgrading from struts 1.1 to 1.3.8. Perhaps the problem is known or expected, I haven't found a solution yet. Basic structure: setupUser.dofills in the form for a user profile user.jspdisplays the user profile form editUser.do