3 Replies Latest reply on Jun 22, 2006 11:04 AM by gavin.king

    @DataModel on getter?

    japplicoon

      Is it possible to tag a getter method of a list with

      @DataModel("xyzlist")
      getXyzList() { ... }
      


      ? I would like to have a base class with basic methods on the list (like sorting), but the subclasses should outject their list instances into multiple different context variables. Since the @Factory method is not called, I wonder whether I may have a

      getXyzList() { .... }

      anyway? And one annotated as DataModel?

      Thank you!