Adding actionlistener to TreeItem

2010-10-28 Thread 12ock
Hi all, I am having trouble dynamically loading a tree. Is there a way so that you can add an actionlistener to a TreeItem? I already have the back end implemented so that when it is clicked i can make a server call to retrieve its children? Thanks in advance -- You received this message

Re: Help with XML Parsing, element with text content contains #text as child

2010-10-13 Thread 12ock
Problem fixed, thanks a lot Thomas! On Oct 1, 9:09 am, Thomas Broyer t.bro...@gmail.com wrote: On Oct 1, 12:17 am,12ockchangshu...@gmail.com wrote: Hi, I am writing a generic xml reader using XMLParser, below is a sample xml file i am trying to parse: Employee-Detail      Employee

Help with XML Parsing, element with text content contains #text as child

2010-10-01 Thread 12ock
Hi, I am writing a generic xml reader using XMLParser, below is a sample xml file i am trying to parse: Employee-Detail Employee Emp_IdE-001/Emp_Id /Employee /Employee-Detail And here is the code: public void onSuccess(String xml_) {