1 Reply Latest reply on Jun 30, 2008 4:12 PM by norman

    Accessing proxy members

    gav_on_rails

      I'm a touch confused about how I'm supposed to be accessing seam component member fields. If I set a field directly on the proxy from within the seam component and then later attempt to get that field it is null. However if I set the field using a setter method then I can later successfully retrieve the correct value on that field.


      Does this mean that I have to ensure all field member access is done through getters and setters even from within that component?