--- In [email protected], Manu Dhanda <[EMAIL PROTECTED]> wrote: > > > ok, for an example, I have a row in the list. > And for it's tooltip, > I want to display various characteristics (which I have in the form of > name/value pairs in a list). > Does that give you an idea?? > > ---row1 > ---row2 (ToolTip)[has a name/value list, which can be represented as a > tooltip] > --- > ---rowN > > So, my concern of passing an Object to Tooltip is passing anything that can > be an Object as in ArrayCollection/Array/String/int/image etc..
I think you may be interested in the dataTipFunction property that all of the List based components have. You can set this up to use the data in the current item to look up any information available to the program. HTH; Amy

