Hi Isomorphic,
Here is my gwt.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd">
<module rename-to="plantillaIdeiak">
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.smartgwtpower.tools.Tools"/>
<inherits name="com.smartgwtpower.SmartGwtPower"/>
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<extend-property name="locale" values="es"/>
<inherits name='org.gwtmultipage.gwtmultipage'/>
<entry-point class='org.gwtmultipage.client.EntrypointDispatcher'/>
<inherits name='es.ideiak.sgwt.ModuloGestion'/>
<source path='cliente'/>
</module>
and the server.properties setting:
skin.skin_styles.location: plantillaIdeiak/sc/skins/Enterprise
I hope this could help us find the problem.
Best regards,
Pablo
Here is my gwt.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 1.6.4//EN" "http://google-web-toolkit.googlecode.com/svn/tags/1.6.4/distro-source/core/src/gwt-module.dtd">
<module rename-to="plantillaIdeiak">
<inherits name='com.google.gwt.user.User'/>
<inherits name="com.smartgwtpower.tools.Tools"/>
<inherits name="com.smartgwtpower.SmartGwtPower"/>
<inherits name='com.google.gwt.user.theme.standard.Standard'/>
<extend-property name="locale" values="es"/>
<inherits name='org.gwtmultipage.gwtmultipage'/>
<entry-point class='org.gwtmultipage.client.EntrypointDispatcher'/>
<inherits name='es.ideiak.sgwt.ModuloGestion'/>
<source path='cliente'/>
</module>
and the server.properties setting:
skin.skin_styles.location: plantillaIdeiak/sc/skins/Enterprise
I hope this could help us find the problem.
Best regards,
Pablo
Comment