|
filtering data in jsf
I want to apply a filter to a table in JSF. I need that the filter doesn't differ between capital letters and small letters.
For example If I search by angel, I want this results:
Angel
angel
Can I do that with CompareFilterCriteria?
thanks
|