2 Replies Latest reply on Aug 19, 2007 9:21 PM by tony.herstell1

    Captcha and Seam 2.0B1 - Doucmentation Problem

    tony.herstell1

      I have added the relevant code to web.xml and add the code to the facelets page.
      I am not getting a captcha...

      I get:

      22:30:33,968 WARN [lifecycle] /pages/user/captcha.xhtml @38,46 value="#{captcha.response}": Target Unreachable, identifier 'captcha' resolved to null
      javax.el.PropertyNotFoundException: /pages/user/captcha.xhtml @38,46 value="#{captcha.response}": Target Unreachable, identifier 'captcha' resolved to null
      at com.sun.facelets.el.TagValueExpression.getType(TagValueExpression.java:62)



      AHA ! Found it...

      The Documentation doesn't say to actually add the JCaptcha jar to your Ear...