1 Reply Latest reply on May 17, 2009 4:32 PM by nbelaevski

    <rich:calendar> Problem in IE6 e IE7

      Hi,

      Environment:
      - jboss-4.2.3.GA
      - jboss-seam-2.1.1.GA

      I have some problems using <rich:calendar> in some browsers like IE6 and IE7.

      The code below doesn't work. It means that the "popup" of the calendar doesn't appear, but it works fine in other browsers like Firefox.

      <rich:calendar id="stayStartDate" value="#{_aptosList.stayStartDate}" datePattern="dd/MM/yyyy" inputSize="10" >
       <a:support event="onchanged" reRender="mainOutputPanel"/>
      </rich:calendar>
      


      What am I doing wrong?

      Thanks a lot.
      Daniel