Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Try <code>&lt;%@ taglib uri="http://jcaptcha.sourceforge.net" prefix="jcaptcha" %&gt;</code></p> <p>If that fails, try <code>&lt;%@ taglib uri="/WEB-INF/jcaptcha.tld" prefix="jcaptcha"%&gt;</code> and create the <code>jcaptcha.tld</code> file in <code>WEB-INF</code> with this content:</p> <pre><code>&lt;?xml version="1.0" encoding="ISO-8859-1" ?&gt; &lt;!-- ~ JCaptcha, the open source java framework for captcha definition and integration ~ Copyright (c) 2007 jcaptcha.net. All Rights Reserved. ~ See the LICENSE.txt file distributed with this package. --&gt; &lt;!DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"&gt; &lt;taglib&gt; &lt;tlibversion&gt;1.0&lt;/tlibversion&gt; &lt;jspversion&gt;1.1&lt;/jspversion&gt; &lt;shortname&gt;jcaptcha-struts-taglib&lt;/shortname&gt; &lt;uri&gt;http://jcaptcha.sourceforge.net&lt;/uri&gt; &lt;info&gt;JCAPTCHA Taglib for the base module&lt;/info&gt; &lt;tag&gt; &lt;name&gt;question&lt;/name&gt; &lt;tagclass&gt;com.octo.captcha.module.struts.taglib.QuestionTag&lt;/tagclass&gt; &lt;bodycontent&gt;empty&lt;/bodycontent&gt; &lt;info&gt;Display the jcaptcha question for this session&lt;/info&gt; &lt;/tag&gt; &lt;tag&gt; &lt;name&gt;message&lt;/name&gt; &lt;tagclass&gt;com.octo.captcha.module.taglib.MessageTag&lt;/tagclass&gt; &lt;bodycontent&gt;empty&lt;/bodycontent&gt; &lt;info&gt;Display the jcaptcha failure message for this session&lt;/info&gt; &lt;/tag&gt; &lt;/taglib&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload