7 Replies Latest reply on Sep 11, 2007 5:19 PM by pmuir

    s:selectDate startYear problem

    pdhaigh

      Hi,

      <h:inputText size="10" id="dobinput" value="#{customer.dob}">
       <s:convertDateTime pattern="dd/MM/yyyy"/>
       <a4j:support event="onblur" reRender="dob" ajaxSingle="true"/>
      </h:inputText>
      <s:selectDate for="dobinput" startYear="1910" dateFormat="dd/MM/yyyy">
       <h:graphicImage url="../images/dtpick.gif" style="margin-left:5px;cursor:pointer"/>
      </s:selectDate>

      Does not appear to honour the startYear attribute...

      (This is Seam 2 from CVS ~2 weeks ago)