brute force solution would be to include a reference to the list component in the data being passed to the item renderer. there are probably other ways to do this. but Id rather have the renderer dispatch a custom event and handle that in the list component... then in the handler, call that function.
--- João Saleiro <[EMAIL PROTECTED]> wrote: > Hello, > > i have a List using a checkbox as an itemRender. I > need the checkboxes > to call a function inside the component where the > List is in. I know > itemRenderers receive a "data", but i do not know > how can i access the > component where the List is in. Also, is there a > best practice to solve > this situation? > > Thanks, > > João Saleiro > ____________________________________________________________________________________ Any questions? Get answers on any topic at www.Answers.yahoo.com. Try it now.

