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:
://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"
>
>
> 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
>
_________
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
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
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
6 matches
Mail list logo