Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Si el navegador del usuario no tiene configurados el catalán y castellano da un error #373

Closed
episano-dgtic opened this issue Oct 21, 2016 · 0 comments

Comments

@episano-dgtic
Copy link

episano-dgtic commented Oct 21, 2016

Si el navegador no tiene configurado el catalá ni el castellano, debería mostrarse la aplicación en el idioma por defecto es.caib.rolsac.idiomaDefault=ca

2016-10-21 11:43:19,121 INFO [es.caib.loginModule.ejb.SesionEJB] LOGIN ip=10.215.226.90 user=u91513 metodo=U result=S
2016-10-21 11:43:19,221 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[rolsacmvc]: Servlet.service() for servlet rolsacmvc threw exception
org.springframework.context.NoSuchMessageException: No message found under code 'submenu.quadre_control' for locale 'de'.
at org.springframework.context.support.AbstractMessageSource.getMessage(AbstractMessageSource.java:135)
at es.caib.rolsac.back2.controller.QuadreControlController.quadreControl(QuadreControlController.java:108)
at sun.reflect.GeneratedMethodAccessor1786.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:176)



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment