[jboss-user] [JBoss Seam] - Re: selectDate with pattern
soluble
do-not-reply at jboss.com
Sat Jun 16 13:28:51 EDT 2007
I also require dd/MM/yyyy. Using Seam 1.2.1.GA, the dateFormat property in <s:selectDate/> doesn't seem to work.
| <h:inputText id="startDate" value="#{event.startDate}" required="true"/>
| <s:selectDate for="startDate" dateFormat="dd/MM/yyyy">
| <h:graphicImage url="../img/dtpick.gif" style="margin-left:5px;cursor:pointer" />
| </s:selectDate>
|
It still produces a MM/dd/yyyy output. I have looked at previous posts and the Seam Resource servlet in my web.xml. What am I doing wrong? Is this a bug?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054974#4054974
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054974
More information about the jboss-user
mailing list