Author: lfryc(a)redhat.com
Date: 2010-08-11 17:15:03 -0400 (Wed, 11 Aug 2010)
New Revision: 18572
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java
Log:
marked relativeRowIndex from rich:dataGrid to hidden attributes
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java 2010-08-11
21:14:25 UTC (rev 18571)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichDataGridBean.java 2010-08-11
21:15:03 UTC (rev 18572)
@@ -78,6 +78,7 @@
attributes.remove("rowData");
attributes.remove("rowIndex");
attributes.remove("rowKey");
+ attributes.remove("relativeRowIndex");
}
public Attributes getAttributes() {