Bom dia galera,
Seguinte, ando fazendo uns testes com GWT, até ai beleza.
Procurando mais componentes, achei o GXT (ext), porém quando uso os componentes, eles aparecem sem css, ou seja, aparecem em html puro.
Alguém já teve este problema?
Estou usando netbeans 6.7.1, adcionei o module do gxt no gwt.xml e também a entrada do css na pagina que é o EntryPoint
Um abraço.
Rodrigo
<html>
<head>
<link rel="stylesheet" type="text/css" href="/css/ext-all.css" />
<meta name='gwt:module' content='br.org.system4=br.org.system4'>
<title>system4</title>
</head>
<body>
<script language="javascript" src="br.org.system4/br.org.system4.nocache.js"></script>
</body>
</html>
<?xml version="1.0" encoding="UTF-8"?>
<module>
<inherits name="com.google.gwt.user.User"/>
<inherits name='com.extjs.gxt.ui.GXT'/>
<entry-point class="br.org.client.system4EntryPoint"/>
<!-- Do not define servlets here, use web.xml -->
</module>