You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ha...@apache.org on 2008/06/09 02:26:19 UTC

svn commit: r664586 - /myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp

Author: hazems
Date: Sun Jun  8 17:26:19 2008
New Revision: 664586

URL: http://svn.apache.org/viewvc?rev=664586&view=rev
Log:
Adding CAPTCHA Tomahawk example.

Modified:
    myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp

Modified: myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp?rev=664586&r1=664585&r2=664586&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp (original)
+++ myfaces/tomahawk/trunk/examples/simple/src/main/webapp/home.jsp Sun Jun  8 17:26:19 2008
@@ -122,6 +122,13 @@
                         <f:verbatim>AutoScroll (org.apache.myfaces.AUTO_SCROLL)</f:verbatim>
                     </h:outputLink>
                 </h:panelGrid>
+                
+                <h:outputText value="CAPTCHA" />
+                <h:panelGrid style="padding-left:25px">
+                    <h:outputLink value="captcha.jsf">
+                        <f:verbatim>CAPTCHA - A component allows generating random images that can be placed with webforms to determine whether the user is human.</f:verbatim>
+                    </h:outputLink>
+                </h:panelGrid>                
 
 
         </h:panelGrid>