[jboss-user] [JBoss Seam] - Re: s:selectDate -->

shane.bryzak@jboss.com do-not-reply at jboss.com
Mon Jul 9 19:29:02 EDT 2007


What you've got looks fine.  I wondered if the ID was somehow the cause, but I modified the registration page in the seamspace example to make it the same as yours and still no problem.  This works:

              <div class="formRow">
  |                 <h:outputLabel for="invoiceNew_date">Date of birth<em>*</em></h:outputLabel>
  |                 <h:inputText id="invoiceNew_date" value="#{newMember.dob}" required="true">
  |                   <s:convertDateTime pattern="MM/dd/yyyy"/>
  |                 </h:inputText>
  |                 <s:selectDate for="invoiceNew_date" startYear="1910" endYear="2007"><img src="images/ellipsis.png" class="ellipsis"/></s:selectDate>
  |                 <div class="validationError"><h:message for="invoiceNew_date"/></div>
  |               </div>  

Can you try putting it somewhere else in the page, not in a facet?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062205#4062205

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062205



More information about the jboss-user mailing list