[jboss-user] [JBoss Seam] - Re: Wrong TLD on selectdate ?
bsmithjj
do-not-reply at jboss.com
Mon Mar 12 11:48:39 EDT 2007
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?actionMethod=work_queue.xhtml%3AworkQueueManager.select&conversationId=3&conversationIsLongRunning=true&conversationPropagation=join&dataModelSelection=item%3AworkItems%5B0%5D
| 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#4027216
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027216
More information about the jboss-user
mailing list