another issue with selectDate
I am using the latest nightly build and selectDate is not working:
| Warning: Expected ':' but found 'seam-date'. Declaration dropped.
| Source File:
http://ntinternetdev.evergreeninsite.com:8080/access/work_queue.seam?acti...
| Line: 0
|
in my facelets page I have:
| <h:inputText value="#{accessRequest.provisionedDate}"
id="provisionedDate" required="true">
| <f:convertDateTime pattern="MM/dd/yyyy"/>
| </h:inputText>
| <s:selectDate for="provisionedDate"
dateFormat="MM/dd/yyyy">
| <h:graphicImage url="img/calendar.gif"
style="margin-left:5px;"/>
| </s:selectDate>
|
in my web.xml I have:
| <servlet>
| <servlet-name>Seam Resource Servlet</servlet-name>
| <servlet-class>org.jboss.seam.servlet.ResourceServlet</servlet-class>
| </servlet>
|
| <servlet-mapping>
| <servlet-name>Seam Resource Servlet</servlet-name>
| <url-pattern>/seam/resource/*</url-pattern>
| </servlet-mapping>
|
|
and one final note the selectDate works fine in Seam 1.1.6 (minus the Seam Resource
Servlet).
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027216#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...