Thursday, 23 December
2010
Thu, 23 Dec
'10
8:09 a.m.
Author: ppitonak(a)redhat.com
Date: 2010-12-23 09:09:07 -0500 (Thu, 23 Dec 2010)
New Revision: 20769
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/dataModel.xhtml
Log:
* fixed calendar sample - output is now updated
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/dataModel.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/dataModel.xhtml 2010-12-23
14:08:01 UTC (rev 20768)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCalendar/dataModel.xhtml 2010-12-23
14:09:07 UTC (rev 20769)
@@ -54,7 +54,12 @@
<ui:define name="component">
<div style="padding: 250px">
- <rich:calendar id="calendar"
boundaryDatesMode="scroll" dataModel="#{calendarModel}"
mode="ajax" >
+ <rich:calendar id="calendar"
+ boundaryDatesMode="scroll"
+ dataModel="#{calendarModel}"
+ mode="ajax"
+ timeZone="#{richCalendarBean.timeZone}"
+
value="#{richCalendarBean.attributes['value'].value}" >
<a4j:ajax event="change" render="output,
phasesPanel" limitRender="#{true}"/>
</rich:calendar>
</div>
Show replies by date