You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mk...@apache.org on 2007/03/05 01:34:03 UTC

svn commit: r514506 - /myfaces/tomahawk/trunk/core/src/site/xdoc/validateEqual.xml

Author: mkienenb
Date: Sun Mar  4 16:34:02 2007
New Revision: 514506

URL: http://svn.apache.org/viewvc?view=rev&rev=514506
Log:
TOMAHAWK-921 -- Improve usage example for validateEqual by adding second input

Modified:
    myfaces/tomahawk/trunk/core/src/site/xdoc/validateEqual.xml

Modified: myfaces/tomahawk/trunk/core/src/site/xdoc/validateEqual.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/site/xdoc/validateEqual.xml?view=diff&rev=514506&r1=514505&r2=514506
==============================================================================
--- myfaces/tomahawk/trunk/core/src/site/xdoc/validateEqual.xml (original)
+++ myfaces/tomahawk/trunk/core/src/site/xdoc/validateEqual.xml Sun Mar  4 16:34:02 2007
@@ -47,6 +47,9 @@
         <section name="Usage">
             
             <source xml:space="preserve">
+&lt;h:inputText id="equal"
+                value="#{validateForm.equal}"
+                required="true"/&gt;
 &lt;h:inputText id="equal2"
                 value="#{validateForm.equal2}"
                 required="true"&gt;