4 Replies Latest reply on Jun 10, 2009 4:58 AM by mrossix

    rich:calendar bypassUpdates bug?

    mrossix

      The bypassUpdates in the rich:calendar doesn't work.
      I need to have the same behavior than another field (input text): update the model without posting the form.

      The code: (jboss-seam-2.1.1.GA, Rich faces 3.2.2.SR1)


      <h:inputText id="gesuJahr" required="true"value="#{jagdGesuchHome.instance.gesuJahr}">
       <a:support event="onblur" reRender="gesuJahrField" bypassUpdates="false" ajaxSingle="true"/>
      </h:inputText>
      
      
      <rich:calendar id="gesuDatum" value="#{jagdGesuchHome.instance.gesuDatum}" datePattern="dd/MM/yyyy" bypassUpdates="false" ajaxSingle="true" />
      


      Thanks in advance,
      Marco