Chandra Sreeraman

Greenhorn
+ Follow
since Dec 29, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chandra Sreeraman

Hello Ramnivas

It's great to hear from you. I am looking forward to the Q&As on this topic.


Chandra Sreeraman
14 years ago
Hello

I am trying to use filterexpression in a rich:datatable. The RichFaces documentation gives a sample using a JSTL function ( <rich:column filterExpression="#{fn:containsIgnoreCase(cap.timeZone,
filteringBean.filterZone)}">
). This requires another field to be defined that contains the filter expression.

What I want is to use the default filter mechanism given by RichFaces, but have a custom filter ; e.g:




Without the fitler expression, the above code produces a table with the field and a box below it to enter the filter value and the default retuns 'startBy'.
I'd like to add a filter expression that gives me a 'Contains Ignorecase' filter as mentioned previously - i.e., get me all records that have the particular column with matching values.

Has anyone done something similar?

Thanks in advance

Chandra

14 years ago
JSF
I tried it and it did not work - can you please post the entire path variable as you see it in .classpath?

Thanks a million
19 years ago