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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to