1 Reply Latest reply on Feb 28, 2008 9:49 AM by ilya_shaikovsky

    Problems with rich:calendar

      Hi!

      i have some problems with the calendar widget. I must have it in ajax mode, but when opening the calendar i get an error message:
      "Servlet.service() for servlet default threw exception" without further explanation.

      The other thing is that when using manual input there is no ajax request?!


      I use the calendar like this:

      <rich:calendar id="gemessenam"
      mode="ajax"
      ajaxSingle="true"
      required="true"
      value="#{lokationManager.instance.gemessenam}"
      enableManualInput="true"
      reRender="#{'gemessenamPanel, actionButtons'}"
      requestDelay="0"
      locale="#{profile.locale}"
      popup="true"
      buttonIcon="/img/icons/dtpick.gif"
      datePattern="#{profile.datePattern}"
      status="gemessenamStatus"
      eventQueue="editQueue" />


      Any hints?
      Thanks,
      Tobias Kilian