Skip navigation

Category Archives: GXT

Since GWT 1.6 has changed its file structure, GXT wont work by default anymore. You have to “trick” a bit. Just copy the image and the css directory, from the gxt.jar, to your war directory.

Support by default will be available again with GXT 2.0.

If you are you are using GXT and want to add a StoreListener to your ListStore that fires when a new element is added to the ListStore, you probably have encountered this “problem”. After some hours of research i found this thread in the EXT-JS board.

The Add event uses the “models” field (documented in javadocs for ListStore).

After some thinking I realized that this is not some kind of inconsistency, because you are able to add a whole List of elements to the Store.

Follow

Get every new post delivered to your Inbox.