Hi Paul, Yes I set the path in web.xml, so it doesn't have any problem with that, it looks like when I try to run my project as a web app, I get the usual startup sequence, but no URL is provided for me when launch is complete.
When I run a project using a .html file, I see this appear in the console: "For your convenience, here are some URLs that you may wish to view in development mode. Simply copy/paste a URL below into any suported browser." and normally the url is shown right there, but when using xhtml, no url is shown, that area is just empty. If I run a normal project, I can copy the url, then change it to point to my other project's xhtml file, and it is shown by the browser, but no javascript is executed. I am using Safari so it should be able to handle xhtml documents. I also updated the doc type via the url you had provided. This should be working? Thanks On Feb 20, 3:14 pm, Paul S <[email protected]> wrote: > Switching to XHTML is about changing the doctype of the page, not the > file extension. > See this:http://www.w3.org/QA/2002/04/valid-dtd-list.html > > When you say you have updated the references, where? Are you getting > something like: > > HTTP ERROR: 404 > NOT_FOUND > RequestURI=/index.html > Powered by Jetty:// > > If so then you need to tell browser to hit your new URL. Also go into > web.xml and change the default welcome page URL. > > On Feb 21, 12:33 am, markww <[email protected]> wrote: > > > > > Hi, > > > I want to use an XHTML file instead of an HTML file as the entry page > > for my project. If I change myproject.HTML to myproject.XHTML, the > > project no longer works (I updated the other references to .HTML in my > > project as well). Does gwt just not work with XHTML? > > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
