PDA

View Full Version : Table selected Item alway null



opihi
21 Aug 2008, 2:57 PM
Hi,
I have created my first table using EXT GWT.

I have attached a selection listener to it.
The event fires and the Listener code executes.
However the TableEvent.item is always null.
So I tried to access the table container eg: tbl.getSelectedItem();
This also returns null.

Am I doing something wrong?

Thanks,
Mike.