SOLVED!

The same html page worked, I just had to add

<add-linker name="xs" />

To the gwt.xml

Almost got mad looking for this, hope it can help somebody else :f

2010/6/15 enTropy Fragment <poemcompi...@gmail.com>

> Hello
>
> I am wondering if I can launch a GWT app from an html page wich is outside
> the GWT war app.
> In case it is possible, how can I manage to do it?
>
> I tried to copy the sample html that launches the GWT app in the project
> outside it and play a bit with it, but I didn't get far to be honest.
>
> Any help will be appreciated ^^
>
> That's the code that DOESN'T work
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
> <html>
>     <head>
>         <link rel="stylesheet" href="css/style.css" type="text/css"/>
>         <meta name="gwt:module"
> content="cat.udl.griho.AnalisiHeuristic.Main=cat.udl.griho.AnalisiHeuristic.Main">
>         <title>Main</title>
>     </head>
>     <body>
>         <h1>Sample html outside the war</h1>
>         <script type="text/javascript"  src="
> http://localhost:8084/AnalisiHeuristic/cat.udl.griho.AnalisiHeuristic.Main/cat.udl.griho.AnalisiHeuristic.Main.nocache.js
> "></script>
>
>     </body>
> </html>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to