You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/08/10 00:10:29 UTC

svn commit: r684364 - /myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/convertEnum.jsp

Author: lu4242
Date: Sat Aug  9 15:10:29 2008
New Revision: 684364

URL: http://svn.apache.org/viewvc?rev=684364&view=rev
Log:
correct convertEnum.jsp set enum class

Modified:
    myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/convertEnum.jsp

Modified: myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/convertEnum.jsp
URL: http://svn.apache.org/viewvc/myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/convertEnum.jsp?rev=684364&r1=684363&r2=684364&view=diff
==============================================================================
--- myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/convertEnum.jsp (original)
+++ myfaces/commons/trunk/myfaces-commons-examples/src/main/webapp/convertEnum.jsp Sat Aug  9 15:10:29 2008
@@ -54,7 +54,7 @@
 					value="#{example_messages['validate_enum']}" />
 				<h:inputText id="enum" value="#{validateEnum.level}" required="true">
 					<mcc:convertEnum
-						targetClass="org.apache.myfaces.examples.validate.ValidateEnum" />
+						targetClass="org.apache.myfaces.examples.validate.EducationLevel" />
 				</h:inputText>
 				<h:message id="enumError" for="enum" styleClass="error" />