Hi. Suppose I have a list of items listed into a a JSF grid component. I want to show a tooltip (another JSF component) over each item if the user hovers over it, this tooltip is getting its data via Ajax request. How many tooltip components declarations do I need on the page? One is enough or one for each item? (Hint: I'm using RichFaces in the case you are curious) Thanks.
I would hope just once in the column definition, meaning if you have 5 columns then 5 definitions for tooltips, because I would assume that each gets it from a different source. Unless there is a way to define it once.
So basically, I am speaking out of my you know what, and just guessing here. So I will shut up now.