Author: nbelaevski
Date: 2008-12-08 13:27:05 -0500 (Mon, 08 Dec 2008)
New Revision: 11655
Modified:
trunk/ui/calendar/src/main/config/component/calendar.xml
Log:
https://jira.jboss.org/jira/browse/RF-5209
Modified: trunk/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- trunk/ui/calendar/src/main/config/component/calendar.xml 2008-12-08 18:24:39 UTC (rev
11654)
+++ trunk/ui/calendar/src/main/config/component/calendar.xml 2008-12-08 18:27:05 UTC (rev
11655)
@@ -42,11 +42,10 @@
</superclassname>
</test>
</tag>
- <!--
- <taghandler>
- <classname>org.ajax4jsf.tag.TestHandler</classname>
- </taghandler>
- -->
+ <taghandler generate="true">
+ <classname>org.richfaces.taglib.CalendarTagHandler</classname>
+ <superclass>com.sun.facelets.tag.jsf.ComponentHandler</superclass>
+ </taghandler>
&ui_component_attributes;
&ajax_component_attributes;
&ui_input_attributes;
@@ -617,7 +616,6 @@
minimal days required must be a full week, this method returns 7. Default value is
"getDefaultMinDaysInFirstWeek()".
</description>
</property>
-
</component>
&listeners;
</components>