Re: Request Parameter not being set on Action

2017-08-03 Thread Rubens Gomes
device [{}] in ValueStack", deviceSelected); stack.set(DEVICE_SELECTED_KEY, deviceSelected); /* --- Reverse Path --- */ return invocation.invoke(); } } Sent from Outlook ____________ From: Lukasz Lenart Sent: Thursday, August 3, 2017 4:

Re: Request Parameter not being set on Action

2017-08-03 Thread Rubens Gomes
://github.com/rubensgomes/ezlista.com From: Rubens Gomes Sent: Thursday, August 3, 2017 12:43 PM To: Struts Users Mailing List Subject: Re: Request Parameter not being set on Action below is the ValueStackInterceptor code - it places a "device"

Re: Request Parameter not being set on Action

2017-08-03 Thread Lukasz Lenart
> > > class="com.ezlista.web.struts2.action.DummyAction"> > /WEB-INF/content/${device}/language-help.jsp > > > class="com.ezlista.web.struts2.action.DummyAction"> > /WEB-INF/content/${device}/pending-email-help.jsp >

Re: Request Parameter not being set on Action

2017-08-02 Thread Rubens Gomes
_________ From: Lukasz Lenart Sent: Wednesday, August 2, 2017 5:01 AM To: Struts Users Mailing List Subject: Re: Request Parameter not being set on Action 2017-08-02 8:34 GMT+02:00 Rubens Gomes : > The request below is sent , but the parameters (request_locale/pag

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

Request Parameter not being set on Action

2017-08-01 Thread 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 I am using the defaultStack which includes both the param and actionmapping interceptors. I am running Struts