ChadBourque
04-21-2008, 03:25 PM
The setup.txt file that comes with the download contains this text:
Add the following entry to you projects module xml file.
<inherits name='com.extjs.gxt.GXT'/>
When I do that, I get errors. If I change the inherits to the following, it works fine:
<inherits name='com.extjs.gxt.ui.GXT'/>
Note that I had to add 'ui' to the package. So, is the setup.txt file wrong or am doing something wrong?
Add the following entry to you projects module xml file.
<inherits name='com.extjs.gxt.GXT'/>
When I do that, I get errors. If I change the inherits to the following, it works fine:
<inherits name='com.extjs.gxt.ui.GXT'/>
Note that I had to add 'ui' to the package. So, is the setup.txt file wrong or am doing something wrong?