0 Replies Latest reply on Jun 4, 2008 10:40 AM by dreuzel

    calendar  input field missing

      Im using fillowing facelet.
      It allows me to input a data without a problem
      though, as the date is initialy preset to a specifiv date(database)
      the value is never shown in full(empty field) on the screen, so the user does not know
      if even he needs to change the date.
      Am I doing someething wrong

      "
      <rich:calendar id="a${id}"
      value="#{value}"
      popup="true"
      datePattern="${fmt}"
      locale="${locale}"
      inputSize="20"
      enableManualInput="true"
      showInput="true"
      event="onclick"
      reRender="completionDateDecoration"
      bypassUpdates="true"
      converter="DatConvertor"
      immediate="true">
      <ui:insert />
      </rich:calendar>
      "