Re: Form not submitting, after migration

2017-08-02 Thread Lukasz Lenart
What was the version you have migrated from? Maybe this is your case https://struts.apache.org/docs/s2-018.html Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2017-08-02 10:53 GMT+02:00 Lukasz Lenart : > Could you post a generated html? > > 2017-08-01 22:21 GMT+02:00 sharmila tho

Re: Request Parameter not being set on Action

2017-08-02 Thread Rubens Gomes
I noticed that the request_locale was not found, and that's fine. However, the pageUrl was found in the HttpParameters and it is not being set on the action. Below is the Action class and struts.xml: @SuppressWarnings("serial") @Results( { @Result(name=Action.INPUT, location="/WEB

Re: xml validation with indexed properties.

2017-08-02 Thread Christoph Nenning
> I'm using struts and got issue with their xml validation framework. I have > form with some indexed properties where element is just plain String. And I > need make validation for it. I tried to use indexedListProperty for this > case, but it doesn't work and as I read in 'Struts in Action' it

Re: Request Parameter not being set on Action

2017-08-02 Thread Lukasz Lenart
2017-08-02 8:34 GMT+02:00 Rubens Gomes : > The request below is sent , but the parameters (request_locale/pageUrl) are > not set on the action. > > http://localhost:8080/change-locale.do?request_locale=en&pageUrl=%2Fview-login.do The "request_locale" parameter is a special parameter that tells I1

Re: Form not submitting, after migration

2017-08-02 Thread Lukasz Lenart
Could you post a generated html? 2017-08-01 22:21 GMT+02:00 sharmila thota : > Hello Lukas, > > That was just typo in email. But my code is having correctly. > Also I tried adding one more button on jsp and tried with click event. that > too did not work. > Here I am attaching the code: > > *actio