Re: [S2] Field is not changed

2007-05-30 Thread Michał Letyński
I have found this: Chaining interceptor: The Interceptor will copy the original parameters from the request, and the ValueStack is passed in to the target Action. The source Action is remembered by the ValueStack, allowing the target Action to access the properties of the preceding Action(s) us

Re: [S2] Field is not changed

2007-05-29 Thread Michał Letyński
Yes I have. When i debug this action those two fields are changed to "". Then i go to the second action which return the jsp page( but on this 2nd action nothing is happened with those fields).I was courius what is in the request on this 2nd action. so: HttpServletRequest request = Serv

Re: [S2] Field is not changed

2007-05-29 Thread yitzle
Might help to see your Action class code. Do you have a method: public String getTest1() and getCallTextSubject() ? On 5/29/07, Michał Letyński <[EMAIL PROTECTED]> wrote: Hi. In my action class i have to different String fields(setters and getters are aplied). String test1; String test2; In my