1 Reply Latest reply on Jun 16, 2010 4:32 AM by jonssonth

    Problem

    harsh4u89

      javax.el.PropertyNotFoundException: /utilities/changepassword.xhtml @29,73 value{Changepassword.currentpassword}: Property 'currentpassword' not found on type org.javassist.tmp.java.lang.Object$$javassistseam4





      This error is coming again and again .


      Please suggest some soultion


      Regards
      HJ

        • 1. Re: Problem
          jonssonth

          As the error says, the component class defined by Changepassword has no property called currentpassword, eg no getCurrentpassword method. If you the component class implements an interface you may have forgot to specify the method declaration there.