Alexander Farber wrote:

> yes, I think I know that part, but my problem is how to
> access user attributes from the cellRenderer of the List
> (i.e. from its set data method)

Basically, you need to pass the XML into the cellRenderer method. Or,
optionally, parse the XML beforehand and put the info into an
associative array or JSON object, and either pass that in or have a
getter method cellRenderer can call.

Beyond that, I don't know how much more info I can give. I'm not sure
if you're using a component, and if so, if it's Flash or Flex. You
might have to extend or modify the class that has the cellRenderer
method. Without a more thorough review of your code, I can't really go
much farther than generalizations.

Cordially,

Kerry Thompson
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to