-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 4.0.0.Final
-
Fix Version/s: 4.3.0.M3
-
Component/s: component-tables
-
Labels:None
-
Environment:
Websphere AS 8, MyFaces
-
Story Points:0.5
-
Steps to Reproduce:
-
Git Pull Request:
I am not sure if columnsOrder attribute may be used or it is deprecated, but there is definitely an error in SortingFilteringRowsRenderer.updateAttribute method.
This line:
|
component.getAttributes().put(attribute, null); |
always throws NullPointerException which is shallowed by try .. finally in UIDataAdaptor.visitTree method.