Re: Request parameter value different from instance variable value

2018-05-07 Thread Prasanth Pasala
This seems to be happening only when the PasswordChangedFilter forwards the request to this action. If the action is accessed directly it works fine. Thanks, Prasanth On 05/07/2018 11:05 AM, Prasanth wrote: > Hi, > > I am using struts 2.3.34 and have an form with few text fields and a hidden >

Request parameter value different from instance variable value

2018-05-07 Thread Prasanth
Hi, I am using struts 2.3.34 and have an form with few text fields and a hidden field. All the values are set correctly in the action class except for the hidden field value. Below is the html code in the form In the action the value set to page variable is "ChangePassword, ChangePassword".