[jboss-user] [JBoss Seam] - Re: Dte Pciker not interested in my formatter
hispeedsurfer
do-not-reply at jboss.com
Wed May 23 04:46:32 EDT 2007
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
More information about the jboss-user
mailing list