3 Replies Latest reply on Nov 14, 2007 9:00 AM by shakenbrain

    Clearing rich:calendar value

    shakenbrain

      This works in the demo application, but not in mine.

      1. Select a date in the calendar control
      2. Click the calendar icon again and click the small 'x'

      In the online demo, this clears the value. In my application, the form submits and I'm redirected back to my application's root page. My interface code:

      <h:form>
       <rich:calendar
       value="#{currentUser.lastConnected}"
       popup="true"
       datePattern="MM/dd/yyyy"/>
       </h:form>


      Any ideas? I'm using version 3.1.2 in a Seam application.