PDA

View Full Version : Mix of GWT and GXT



debasish
9 Oct 2008, 7:21 AM
I have an issue.

I am trying to mix GXT and non GXT components. e.g. I derived a class from Grid class to wrap all complexities of store / proxy etc. I am using a list class derived from ArrayList which implements PagingLoadResult.

But it seems that the pojos are not accessible to non GXT components on the client side.

What could be the problem?