instead of <img=kaptcha/>place<img=<%request.getContextPath()%>/kaptcha/>
use ${pageContext.request.contextPath}/kaptcha if you don't want to insert scriptlet in your jsp.
use ${pageContext.request.contextPath}/kaptcha if you don't want to insert scriptlet in your jsp.
ReplyDelete