You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2015/02/03 10:22:45 UTC

svn commit: r1656654 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/01/validation-jsr303.xhtml

Author: lofwyr
Date: Tue Feb  3 09:22:44 2015
New Revision: 1656654

URL: http://svn.apache.org/r1656654
Log:
label

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/01/validation-jsr303.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/01/validation-jsr303.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/01/validation-jsr303.xhtml?rev=1656654&r1=1656653&r2=1656654&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/01/validation-jsr303.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/06-validation/01/validation-jsr303.xhtml Tue Feb  3 09:22:44 2015
@@ -37,7 +37,7 @@
         <tc:gridLayout rows="auto;auto;auto;auto"/>
       </f:facet>
       <tx:in label="Required" value="#{jsr303.required}"/>
-      <tx:in label="Length" value="#{jsr303.length}"/>
+      <tx:in label="Length [5-10]" value="#{jsr303.length}"/>
     </tc:panel>
 
     <tc:panel/>