[seam-commits] Seam SVN: r14850 - branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/src/main/webapp.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 7 06:32:42 EDT 2012


Author: manaRH
Date: 2012-06-07 06:32:42 -0400 (Thu, 07 Jun 2012)
New Revision: 14850

Modified:
   branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml
Log:
remove the s:validate from the spring example

Modified: branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml
===================================================================
--- branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml	2012-06-07 10:32:30 UTC (rev 14849)
+++ branches/enterprise/WFK-2_0/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml	2012-06-07 10:32:42 UTC (rev 14850)
@@ -28,7 +28,6 @@
                         <div class="input">
                             <s:decorate id="PasswordDecorate">
                                 <h:inputSecret id="password" value="#{user.password}" required="true">
-                                    <s:validate />
                                 </h:inputSecret>
                                 <br/>
                             </s:decorate>



More information about the seam-commits mailing list