Re: GXT and Grids

2012-11-08 Thread Blaze
Hi, First: I can see ur doing a test project. Why you dont use the new GXT 3.0.1 version?! Second: I think u didnt add the requerid .java classes inharitance for the compiler add this in the .gwt.xml file and try again... also make sure that the gxt.jar file is in the eclipse guil

Re: GXT and Grids

2012-11-07 Thread Gnanaprakash Venugopal
Hi Friend, I got the Same error what u got.. have u cleared that error.. if u know how to clear this bug.. pls help... then only i can go to next step. 17:59:13.421 [ERROR] [learning] Uncaught exception escaped java.lang.RuntimeException:* Deferred binding failed for 'com.

GXT and Grids

2012-07-29 Thread nessrinovitta
Hi , I'm trying to retreive data fro Data base and put it in a GXT grid , but the problem is that the grid shows wrong values (same value ) help please ! here's my code : -- package org.gonevertical.demo.client; impor

Re: GXT and Grids

2012-07-27 Thread nessrinovitta
I tried to inculde the Grid module but it doesn't work !! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/i3GXLKYMjEYJ. To post to this group, s

Re: GXT and Grids

2012-07-27 Thread Juan Pablo Gardella
You must put the module in *.gwt.xml. Example: <--- Here use the module required for GTX Juan 2012/7/27 nesrine doghri > Hi , I'm trying t o use Grids with GXT and I got the following error , > *Caused by: java.lang.RuntimeException: Deferred binding failed for > 'com.extjs.gxt.ui.client.wi

GXT and Grids

2012-07-27 Thread nesrine doghri
Hi , I'm trying t o use Grids with GXT and I got the following error , *Caused by: java.lang.RuntimeException: Deferred binding failed for 'com.extjs.gxt.ui.client.widget.grid.GridTemplates' (did you forget to inherit a required module?) * How can I solve this problem , knowing that I'm using GWT