This is my .xhtml
| <h:inputText id="launchDate"
value="#{launchDateStepController.workingObject.startDate}"
required="true" title="#{messages.hint_launch_date}">
| <s:convertDateTime pattern="dd/MM/yyyy" />
| </h:inputText>
| <s:selectDate for="launchDate" startYear="2007"
dateFormat="dd/MM/yyyy">
| <h:graphicImage url="#{basePath}/images/datepicker.gif"
style="margin-left:5px;cursor:pointer" />
| </s:selectDate>
|
Have i missed summat?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043509#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...