I'm using the rich:calendar component, and trying to display some values inside of it, using it "organizer style". Here's what I'm doing:
<rich:calendar id="calendar"
mode="ajax"
popup="false" showApplyButton="false"
cellWidth="150px" cellHeight="150px"
boundaryDatesMode="none" showWeeksBar="false"
dataModel="#{projectCalendarReport}"
showFooter="false">
<h:panelGrid columns="1">
<h:outputText value="{day}" />
<h:outputText value="{data.someProperty}" />
</h:panelGrid>
</rich:calendar><ui:repeat value="#{data.someList}" var="x"> ....Hi,
Please check this topic: http://jboss.com/index.html?module=bb&op=viewtopic&t=144949