[richfaces-svn-commits] JBoss Rich Faces SVN: r12073 - trunk/docs/userguide/en/src/main/docbook/included.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Dec 30 08:27:57 EST 2008
Author: cluts
Date: 2008-12-30 08:27:57 -0500 (Tue, 30 Dec 2008)
New Revision: 12073
Modified:
trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
Log:
RF-5075 - info has been added
Modified: trunk/docs/userguide/en/src/main/docbook/included/calendar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-12-30 13:26:17 UTC (rev 12072)
+++ trunk/docs/userguide/en/src/main/docbook/included/calendar.xml 2008-12-30 13:27:57 UTC (rev 12073)
@@ -212,7 +212,7 @@
</emphasis> attribute is used to define an event that is triggered
before date selection.</para>
<para><emphasis>
- <property>"ondateselected"</property>
+ The <property>"ondateselected"</property>
</emphasis> attribute is used to define an event that is triggered
after date selection. </para>
<para>For example, to fire some event after date selection you should use
@@ -225,7 +225,14 @@
<rich:calendar id="date" value="#{bean.dateTest}">
<a4j:support event="ondateselected" reRender="mainTable"/>
</rich:calendar>
-...]]></programlisting>
+ ...]]></programlisting>
+ <note>
+ <title>Note:</title>
+ <para>
+ When a timePicker was fulfilled, the <emphasis><property>"ondateselected"</property></emphasis> attribute does not allow you to submit a selected date. It happens because this event rose when the date is selected but the input hasn't been updated with new value yet.
+
+ </para>
+ </note>
<para><emphasis>
<property>"ondateselect"</property>
</emphasis> could be used for possibility of date selection canceling.
More information about the richfaces-svn-commits
mailing list