[jboss-user] [JBoss Seam] - selectDate not popping up on click
c_eric_ray
do-not-reply at jboss.com
Wed Jun 27 12:49:26 EDT 2007
<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
More information about the jboss-user
mailing list