trx
05-03-2008, 07:42 PM
Hello everyone,
I'm having problems getting any of the ext-gwt examples working.
For instance when I create a "TabPanelPage" and copy the source code from the example and try to execute it; GWT launches but all i get is a blank page.
A standard GWT example works fine.
I'm using eclipse with cypal plugin, GWT15M2, Eclipse Java Compiler set to 5.0 (also tried 6.0).
I've included <inherits name='com.extjs.gxt.ui.GXT'/> in the *.gwt.xml file. Also added <link rel="stylesheet" type="text/css" href="css/ext-all.css" /> to the *.html file.
I've added the gxt.jar to the build path.
My folder structure:
lib -
+ GWT
+ GXT
What am I doing wrong?
I'm having problems getting any of the ext-gwt examples working.
For instance when I create a "TabPanelPage" and copy the source code from the example and try to execute it; GWT launches but all i get is a blank page.
A standard GWT example works fine.
I'm using eclipse with cypal plugin, GWT15M2, Eclipse Java Compiler set to 5.0 (also tried 6.0).
I've included <inherits name='com.extjs.gxt.ui.GXT'/> in the *.gwt.xml file. Also added <link rel="stylesheet" type="text/css" href="css/ext-all.css" /> to the *.html file.
I've added the gxt.jar to the build path.
My folder structure:
lib -
+ GWT
+ GXT
What am I doing wrong?