
05/03/2014, 12:24
|
| | Fecha de Ingreso: abril-2006
Mensajes: 23
Antigüedad: 19 años Puntos: 0 | |
Internationalization Struts datetimePicker Hello
My question is how you can display a datetimepicker struts in the language that the user has used in the application.
The current code in jsp is this:
<s:i18n name="pathProperties">
<s:datetimepicker label="%{getText('gestionavisos.fechaVigenciaAbsol uta.fecha')}" required="true" theme="css_xhtml"
name="definicionAvisoActual.fechaAbsolutaInicioAvi so"
disabled="%{formularioDeshabilitado}"/>
</s:i18n>
The text of the label is well internationalized, but the months and days of the calendar itself does not know how to do.
Thanks,
A greeting
Última edición por el junco; 05/03/2014 a las 12:54
Razón: dato privado
|