Author: pete.muir(a)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[(a)Name("org.jboss.seam.captcha")
+ <programlisting
role="JAVA"><![CDATA[(a)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[(a)Name("org.jboss.seam.captcha")
+ <programlisting
role="JAVA"><![CDATA[(a)Name("org.jboss.seam.captcha.captcha")
@Scope(SESSION)
public class HitchhikersCaptcha extends Captcha
{
Show replies by date