5 Replies Latest reply on Dec 15, 2010 8:25 AM by lisadesouza89

    <rich:calendar> is not working in IE8

      Hi,

      I'm using rich faces 3.3.1

      calendar is not working in IE8, but works perfectly in IE7 or lower versions.

      The code is as follows.

       

      <rich:calendar id="to_date"
                                          value="#{reportsbean.dateTO}" popup="true"
                                          datePattern="dd/MM/yyyy" showWeeksBar="false" />

       

      I even added the context parameters in web.xml as follows

       

           <context-param>
              <param-name>org.richfaces.LoadScriptStrategy</param-name>
              <param-value>ALL</param-value>
          </context-param>   
          <context-param>
              <param-name>org.richfaces.LoadStyleStrategy</param-name>
              <param-value>ALL</param-value>
          </context-param>

       

      The exact problem i'm facing here is calendar comes, but i'm unable to select a date from the calendar except today option.

       

      could anybody help out on this?

      Thanks in advance.

       

      Regards,

      Satish