Hi Anthony, Use the itemClick event on the List tag.
-TH --- In [email protected], "a.scavarelli" <a.scavare...@...> wrote: > > Hey there, > > I am trying to figure out how to get the data (some text) from a list I have set to editable. It is binded to an array of Strings but I can't figure out how to determine which string I have selected to edit. This so that I can compare it to other strings using editEnd and editBegin ListEvents. Any ideas? > > I know when I add a MouseEvent.Click event listener to the "list" it the target returned is the text UIcomponent; but this does not work consistently. I am thinking there is an easier way I am missing ... :) > > Thanks. > Anthony >

