SmartGWT 2.1 doesn't work

2010-05-13 Thread SergeZ
Hello everybody, I met a problem and I still do not know how I can solve it. It seems that my App is not enter to the onModuleLoad() method. I decided so, because of I have a standart gwt code ( use of HTML and Button classes ) and also I have there code which use a smartGwt library. I have

Re: SmartGWT 2.1 doesn't work

2010-05-13 Thread Ramon Buckland
Is the browser actually loading the GWT nocache.js file ? Use firebug plugin (Firefox) or equivalent to ensure that the browser is in fact loading the GWT JS file. Sometimes the script tag will not actually execute if you for example don't have start end tags. script ... / and there used to be

Re: SmartGWT 2.1 doesn't work

2010-05-13 Thread g p
Remove everything related to smartGWT and test that your GWT code works for start. Make sure that you are compiling for the right browser etc. Then add a small smartGWT feature like a Label and test to see if you can make it appear in your application. That should have prepared the road for you to