Author: mvitenkov
Date: 2008-08-06 08:03:39 -0400 (Wed, 06 Aug 2008)
New Revision: 9945
Modified:
trunk/test-applications/jsp/src/main/webapp/Validator/Validator.jsp
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/Validator/Validator.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Validator/Validator.jsp 2008-08-06
11:57:24 UTC (rev 9944)
+++ trunk/test-applications/jsp/src/main/webapp/Validator/Validator.jsp 2008-08-06
12:03:39 UTC (rev 9945)
@@ -96,7 +96,8 @@
<h:outputLabel for="dateValue" value="Future validation:" />
<h:panelGroup>
- <h:inputText value="#{validator.dateValue}" id="dateValue"
converter="dateValueConverter">
+ <h:inputText value="#{validator.dateValue}" id="dateValue"
converter="dateValueConverter">
+ <rich:ajaxValidator event="onchange"></rich:ajaxValidator>
</h:inputText>
<rich:message for="dateValue" showDetail="true"
showSummary="true" />
</h:panelGroup>