Hi have exactly the same problem and already put resource servlet to web.xml

If I pick 1st June it result in 06/01/2007 instead of 01/06/2007


  | <s:decorate id="dateDecorator" template="edit.xhtml">
  |     <h:inputText value="#{specialrelease.valideToDate}" id="validToDate" 
required="true">
  |             <s:convertDateTime pattern="dd/MM/yyyy"/>
  |             <a:support event="onblur" reRender="dateDecorator"/>
  |     </h:inputText>
  |     <s:selectDate for="validToDate" dateFormat="dd/MM/yyyy">
  |             <h:graphicImage url="img/dtpick.gif" 
style="margin-left:5px;cursor:pointer"></h:graphicImage>
  |     </s:selectDate>
  |     <s:message/>
  | </s:decorate>
  | 

Use JBoss Seam 1.2.1
jboss-seam-ui.jar is placed in WEB-INF/lib folder

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047824
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to