Hi,
conversionError interceptor in the interceptor stack breaking the
ModelDriven, can't able to bind Model which have custom object association
Hi,
I'm using eclipse + jboss 7 to deploy my struts2 latest distro app...
gettng this following deployment exception on alternate deployment.
ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/pgr]]
(ServerService Thread Pool -- 56) JBWEB000284: Exception starting filter
2013/7/25 Antonio Sánchez :
> But I still need to know which is the current request to re-request with the
> new locale.
>
> Anyway, I have no problem with changing the locale.
>
> I guess this is a design issue, maybe a web pattern, and goes beyond Struts.
> Anyway, how do you usually manage thi
But I still need to know which is the current request to re-request with the
new locale.
Anyway, I have no problem with changing the locale.
I guess this is a design issue, maybe a web pattern, and goes beyond Struts.
Anyway, how do you usually manage this in your i18ned applications? I mean,
Have you tried "request only" for these links?
See: http://struts.apache.org/release/2.3.x/docs/i18n-interceptor.html
basically using foo.action?request_only_locale=en_US
your locale would not be stored in the session, it's just for this request
On Thu, Jul 25, 2013 at 10:15 AM, Antonio Sánche
I will include a header in all pages that displays links for translating
current page (at any moment) to different locales. Something like: ES | EN | IT
These links will render current page (query, action... ) in the requested
locale.
How is this usually performed?
I guess I must remember all
6 matches
Mail list logo