izerui / kaptcha

Automatically exported from code.google.com/p/kaptcha
Other
0 stars 0 forks source link

Not able to get image with provided steps #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
<form action="submit.action">
&nbsp; &nbsp; <img src="/kaptcha" /> <input type="text" name="kaptcha"
value="" />
</form>

didn't generate captcha image, but when i did

 <img src="kaptcha" /> 

it worked.

Original issue reported on code.google.com by maharjan...@gmail.com on 14 Aug 2008 at 10:14

GoogleCodeExporter commented 9 years ago
This isn't an issue. It all depends on how your servlet container is setup. 
There is no way to provide a working 
example for everyone. The best option is to take a look at how the included 
example .war file is done.

Original comment by latch...@gmail.com on 14 Aug 2008 at 3:36