1 Reply Latest reply on Jun 15, 2008 9:59 AM by admirer

    Calendar component not found error in IE

      Using RSA 7.0(Eclipse 3.2.1)
      RichFaces 3.1.6.GA

      I am getting an error Calendar component not found when using
      rich:calendar.
      The code I wrote was:
      <rich:calendar popup="true"></rich:calendar>

      I am able to see the calendar UI in my IE ;but i am unable to click on the calendar icon in that page.

      And found the calendar component missing error on load

        • 1. Re: Calendar component not found error in IE

          Problem solved:

          Add these to your web.xml

          <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>