[jboss-user] [JBoss Seam] - s:selectDate -->
supernovasoftware.com
do-not-reply at jboss.com
Mon Jul 9 14:19:07 EDT 2007
I am attemepting to remove Tomahawk components from my application, but I am having a problem with <s:selectDate>.
I keep getting "could not find component with id: invoiceNew_date", but there is an inputText there.
Am I missing some configuration somewhere?
<f:facet name="footer">
| <h:inputText id="invoiceNew_date" value="#{recordInvoiceNew.date}" required="true">
| <s:convertDateTime pattern="MM.dd.yy" />
| </h:inputText>
| <s:selectDate for="invoiceNew_date">
| <h:graphicImage url="img/dtpick.gif" style="margin-left:5px;cursor:pointer" />
| </s:selectDate>
| </f:facet>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062092#4062092
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062092
More information about the jboss-user
mailing list