3 Replies Latest reply on Dec 22, 2007 6:20 AM by mtaal

    Small remark regarding rich:calendar with time field

    mtaal

      Hi,
      I have a small remark regarding how the current rich:calendar with time field works. I have a calendar with input field with a date and time pattern. When the field is empty and I click on the calendar button then the calendar opens without time field.
      If the calendar is shown without an apply button then when selecting the date the calendar disappears without having the possibility to select the time.
      When the field is filled (with date and time value) then the calendar opens with the time field set and settable.

      Is there something I am doing wrong?

      See here the calendar code:

      <rich:calendar id="productDates"
       value="#{entityHome.transients['dates']}"
       popup="true" enableManualInput="true"
       datePattern="#{featureFormatter.getEditDatePattern('Product.dates')}"
       timeZone="#{org.jboss.seam.international.timeZone}"
       ondateselected="this.focus()"
       showApplyButton="false"
       oninputfocus="this.select();"
       >
      


      Thanks!

      gr. Martin