2 Replies Latest reply on Oct 28, 2008 8:15 AM by juergen.hartler

    org.richfaces.model. ExtendedTableDataModel extension for tr

    juergen.hartler

      Dear richfaces community!

      I am using richfaces 3.2.2.GA. I have extended the ExtendedTableDataModel to support pagination by the database. However I needed some of the private variables in the ExtendedTableModel and had to set them to protected. Could you please mind to set the following variables to protected in your next release?

      protected Object rowKey;

      protected List wrappedKeys = null;

      protected boolean detached = false;

      protected Map<Object,T> wrappedData = new HashMap<Object,T>();

      protected Integer rowCount;

      protected Integer rowIndex;


      Many thanks in advance,
      Juergen