<link href="../css/date.css" rel="stylesheet"
type="text/css" />
|
| <h:inputText id="startDateInput"
value="#{licensePoolEntity.startDateAsDate}" >
| <s:convertDateTime pattern="MM/dd/yyyy"/>
| </h:inputText>
| <s:selectDate for="startDateInput" startYear="2007"
endYear="2099" format="MM/dd/yyy">
| <img src="../img/dtpick.gif"/>
| </s:selectDate>
When I click on the calendar image nothing happens. Am I missing something? I'm also
using the date.css from the booking example
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058323#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...