[richfaces-issues] [JBoss JIRA] Created: (RF-1486) ScrollableDataTable: ScrollableDataTableRendererState getRows() invocation degrades performance

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Dec 3 14:38:51 EST 2007


ScrollableDataTable: ScrollableDataTableRendererState getRows() invocation degrades performance 
------------------------------------------------------------------------------------------------

                 Key: RF-1486
                 URL: http://jira.jboss.com/jira/browse/RF-1486
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
            Reporter: Nick Belaevski
         Assigned To: Konstantin Mishin
            Priority: Critical
             Fix For: 3.2.0


	/**
	 * @return Returns the rowIndex.
	 */
	public int getRowIndex() {
		if(_grid.getRows() != 0 && _rowIndex >= _grid.getRows()){
			_rowIndex = 0;
		}	
		return _rowIndex;
	}

method in org.richfaces.renderkit.html.ScrollableDataTableRendererState degrades performance high constantly invoking data table's rows attribute

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list