2 Replies Latest reply on Jul 9, 2010 9:25 AM by sappo

    Bean without getter and getter

    mireksz.m.szajowski.streamsoft.pl

      Hello
      I have bean


      @Name("example")
      @Scope(ScopeType.APPLICATION)
      public class CustomerWrapper {
           public String value = "password";
      }


      when I using #{example.value} in my page I got following error



      Property 'value' not found

      I always have to add getter and setters to my classes.


      Best regards