nmaitland / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

Blank page with smartgwt 5 and GWT 2.7.0 #762

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, 

I try to pass my smartgwt project from GWT 2.51 to GWT 2.7.0.

I changed the following item :

In gwt.xml file :
<inherits name="com.smartgwt.SmartGwtNoScript"/>

In html file :
<script src=test/sc/modules/ISC_Core.js></script>
    <script src=test/sc/modules/ISC_Foundation.js></script>
    <script src=test/sc/modules/ISC_Containers.js></script>
    <script src=test/sc/modules/ISC_Grids.js></script>
    <script src=test/sc/modules/ISC_Forms.js></script>
    <script src=test/sc/modules/ISC_RichTextEditor.js></script>
    <script src=test/sc/modules/ISC_Calendar.js></script> -->

But no way, I have a blank screen when I compile and execute in super dev mode.

So I tried to create a new GWT project.
It works, but when I add the <inherits name="com.smartgwt.SmartGwtNoScript"/> 
line, all the code in the entry module isn't executed.

What's the problem ?

My config :
- smartGWT 5
- GWT 2.7.0
- Eclipse Luna

Thanks in advance for your answers

Original issue reported on code.google.com by jout...@gmail.com on 5 May 2015 at 11:35

GoogleCodeExporter commented 9 years ago
This tracker is for confirmed bugs with a test case only.

If you are having installation or setup troubles, post instead in the forums 
(forums.smartclient.com).  However, first read the Installation instructions in 
the doc, and if you need help, read the FAQ (in the forums) about what 
information you need to post.

Original comment by smartgwt...@gmail.com on 5 May 2015 at 10:48