[seam-commits] Seam SVN: r8498 - trunk/doc/Seam_Reference_Guide/en-US and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Sun Jul 27 08:33:18 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-07-27 08:33:17 -0400 (Sun, 27 Jul 2008)
New Revision: 8498

Modified:
   branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml
   trunk/doc/Seam_Reference_Guide/en-US/Security.xml
Log:
Correct name for cpatcha component

Modified: branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml	2008-07-24 13:02:30 UTC (rev 8497)
+++ branches/Seam_2_0/doc/Seam_Reference_Guide/en-US/Security.xml	2008-07-27 12:33:17 UTC (rev 8498)
@@ -1358,7 +1358,7 @@
         You may customize the CAPTCHA algorithm by overriding the built-in component:
       </para>
 
-      <programlisting role="JAVA"><![CDATA[@Name("org.jboss.seam.captcha")
+      <programlisting role="JAVA"><![CDATA[@Name("org.jboss.seam.captcha.captcha")
 @Scope(SESSION)
 public class HitchhikersCaptcha extends Captcha
 {

Modified: trunk/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Security.xml	2008-07-24 13:02:30 UTC (rev 8497)
+++ trunk/doc/Seam_Reference_Guide/en-US/Security.xml	2008-07-27 12:33:17 UTC (rev 8498)
@@ -4637,7 +4637,7 @@
         You may customize the CAPTCHA algorithm by overriding the built-in component:
       </para>
 
-      <programlisting role="JAVA"><![CDATA[@Name("org.jboss.seam.captcha")
+      <programlisting role="JAVA"><![CDATA[@Name("org.jboss.seam.captcha.captcha")
 @Scope(SESSION)
 public class HitchhikersCaptcha extends Captcha
 {




More information about the seam-commits mailing list