0 Replies Latest reply on May 2, 2008 1:55 PM by pdhaigh

    3.1.5 breaks rich:calendar

    pdhaigh

      Hi,

      Just moved to 3.1.5 for the fixes to modal panels, but uncovered this issue.


      <s:decorate id="startdateDecorate">
       <a4j:outputPanel layout="block">
       <rich:calendar value="#{expeditionController.startDate}" label="Expedition start date" enableManualInput="true"
       popup="true" datePattern="dd/MM/yyyy" disabled="#{expeditionController.viewMode}" >
       <a4j:support event="ondateselected" reRender="startdateDecorate,enddateDecorate" ajaxSingle="true"/>
       </rich:calendar>
      
       </a4j:outputPanel>
      </s:decorate>


      Works fine in 3.1.4, but in 3.1.5 the first submission of the date (i.e. after selecting the date from the popup), submits a null value.

      Any chance of a fix? Or suggested work around?

      cheers

      phil