1 Reply Latest reply on Oct 7, 2007 5:09 PM by pmuir

    <s:selectDate> error

      Hello!
      I found that i can't use <s:selectDate>.
      here's the code

      <s:decorate id="dateDecoration" template="layout/edit.xhtml">
       <ui:define name="label">date</ui:define>
       <h:inputText id="date"
       size="16"
       required="true"
       value="#{userHome.instance.date}">
       <s:convertDateTime pattern="dd/MM/yyyy"/>
       <a:support event="onblur" reRender="dateDecoration" bypassUpdates="true"/>
       </h:inputText>
       <s:selectDate for="date" startYear="2005" endYear="2013">
       <img src="img/dtpick.gif"/>
       </s:selectDate>
       </s:decorate>
      

      when i press an image(dtpick) on my page it's show me nothing..
      Does any one know how to solve this ?

      I'm using Seam 2.0 CR1