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