I use the rich:calendar 3.1 component in my seam app as follows:
<s:decorate id="dobDecorate" template="/edit.xhtml">
<ui:define name="label">#{messages.date_of_birth}</ui:define>
<rich:calendar id="calendarDate" value="#{coach.dateOfBirth}"
popup="true" datePattern="dd/MM/yyyy" enableManualInput="true"
required="true" reRender="dobDecorate" ajaxSingle="true"
bypassUpdates="true"/>
</s:decorate>Hi,
I think this works since yesterday.
richfaces version 3.2.0 snapshot
Sincerely
Malte