<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#4058323

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

Reply via email to