If you take a look at
http://demo.visualcaptcha.net/ you can see there is a request to:
http://demo.visualcaptcha.net/start/5?r=i7ba6ivs8gk6s9k9
which returns an imageName":"Tree" - which is needed to fill in the html captcha div client side. Why is the CaptchaServlet not doing this. It seems like visualCaptcha-java is not usable in its current form?
Wim