Mic Maus

Greenhorn
+ Follow
since Nov 13, 2009
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 Mic Maus

Hi there!

I just started playing with JSF (using RichFaces) and I want to implement my own filter function for <rich:columns> In the example below you can only specify a value for <h:inputText> of type String. When I set this value from the Managed Bean, each column gets the same value.



I guess the best way to set a predefined filter value from the bean (at initialisation) is to get a reference to the ID of the <h:inputText>, which is different for each column here

Does anybody know if this is possible and how to do this?

Thanks in advance,
Mic
14 years ago
JSF