[seam-commits] Seam SVN: r14762 - branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Mon May 28 08:03:18 EDT 2012
Author: maschmid
Date: 2012-05-28 08:03:18 -0400 (Mon, 28 May 2012)
New Revision: 14762
Modified:
branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml
Log:
remove the s:validate from the spring example
Modified: branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml 2012-05-28 12:02:28 UTC (rev 14761)
+++ branches/community/Seam_2_3/examples-ee6/spring/spring-web/src/main/webapp/password.xhtml 2012-05-28 12:03:18 UTC (rev 14762)
@@ -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