Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA
-
Fix Version/s: EE-2.0.0.Beta1, EE-1.8.2.GA_P03
-
Component/s: Facelet Components
-
Labels:None
-
Environment:All
Description
If a filterTable list is cleared then it throws the following exception:
SEVERE: java.lang.IllegalArgumentException: Must provide non-empty list
at com.icesoft.faces.facelets.component.table.filter.FilterTableBean.<init>(FilterTableBean.java:45)
In FilterTableBean class line number 45 it is checking for list size, if it empty it is throwing exception. Instead if list if empty it should not show filters.
SEVERE: java.lang.IllegalArgumentException: Must provide non-empty list
at com.icesoft.faces.facelets.component.table.filter.FilterTableBean.<init>(FilterTableBean.java:45)
In FilterTableBean class line number 45 it is checking for list size, if it empty it is throwing exception. Instead if list if empty it should not show filters.
Support Case 9051