[jboss-user] [JBoss Seam] - Re: <s:selectDate> and i18n

pippin1966 do-not-reply at jboss.com
Thu Jun 28 10:35:57 EDT 2007


"pete.muir at jboss.org" wrote : (a) This is possible in Seam2
  | (b) What literals?
  | (c) What pattern are you providing in s:convertDate Time

(a) OK, thanks
(b) Sunday -> Domingo, Monday -> Lunes, etc
(3) Now it's working OK, very strange. Even if I redeploy. This is a fragment of the xhtml file

<s:decorate id="entradaBancoDecoration" template="layout/edit.xhtml">
<ui:define name="label">Fecha entrada</ui:define>
<h:inputText value="#{expediente.entradaBancoDt}" id="entradaBancoDt">
<s:convertDateTime pattern="dd/MM/yyyy"/>
</h:inputText>
<s:selectDate for="entradaBancoDt" startYear="1990" endYear="2030" dateFormat="dd/MM/yyyy">

</s:selectDate>
</s:decorate>

And thanks erverybody for your replies

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058778#4058778

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058778



More information about the jboss-user mailing list