"pete.muir(a)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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...