Java Mailing List Archive

http://www.gg3721.com/

Home » users.tapestry »

tapestry 4 table methods call multiple times

comett

2010-09-01

Replies: Find Java Web Hosting

Author LoginPost Reply
0 down vote favorite
 

i do debug on IBasicTableModel , on method

public IBasicTableModel getModel() {
    return new IBasicTableModel() {

       public int getRowCount() {
//this is called multiple times

}


 public Iterator getCurrentPageRows(
            int nFirst,
            int nPageSize,
            ITableColumn objSortColumn,
            boolean bSortOrder) {
//this is called multiple times

}
}

is it "normal" for tapestr4, do call getRowCount(), getCurrentPageRows().. many
times just to render the page?



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.