(resovido) Problema com gwt

0 respostas
jonasjgs2

boa tarde a todos...
comecei a estudar o gwt e peguei o tutorial do netbeans

Introdução ao Google Web Toolkit Framework

fiz ele já varias vezes para ter certeza que estou fazendo corretamente
porem quando eu mando executar ele
me mostra uma pagina em branco
olhando todos os arquivos gerados
percebi que no arquivo:

welcomeGWT.html

<!doctype html>
<!--
The DOCTYPE declaration above will set the browser's rendering engine into
"Standards Mode". Replacing this declaration with a "Quirks Mode" doctype may
lead to some differences in layout.
-->
<html>
    <head>
        <meta name='gwt:module' content='org.yournamehere.Main=org.yournamehere.Main'>
        <title>Main</title>
        <script type="text/javascript"  src="org.yournamehere.Main/org.yournamehere.Main.nocache.js"></script>
    </head>
    <body>
        <iframe src="javascript:''" id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
    </body>
</html>

na linha

<meta name='gwt:module' content='org.yournamehere.Main=org.yournamehere.Main'>

esta apresentando o seguinte erro:

Bad value "gwt:module" for attribute "name" on element "meta": Keyword "gwt:module" is not registered.
Syntax of metadata name:
A metadata name listed in the HTML specification or listed in the WHATWG wiki. You can register metadata names on the WHATWG wiki yourself.

From line 9, column 9; to line 9, column 86
(Categoria da Regra: Atributos)
----
(Alt-Enter mostra dicas)

não sei se esse e o problema...
se não for gostaria de qualquer ajuda

desde já obrigado

A única maneira de resolver foi baixar o gwt2.5
com o 2.7 não mostrava a tela

Criado 6 de novembro de 2015
Respostas 0
Participantes 1