Hi, I've been using GWT multipage and it worked out great for me.
You can add in web.xml the welcome file you want (index.html) and set your default EntryPoint to listen to mysite.com/ . This may help you : https://groups.google.com/forum/#!topic/gwt-multipage/36R7lV6kPj0 On Dec 9, 9:55 pm, Xybrek <[email protected]> wrote: > Hi, anyone here knowshttp://code.google.com/p/gwt-multipage/? > > I have some specific problems with the framework, is there any other GWT > framework that allows multipage function, like gwt-multipage? It can map > EntryPoints and load it based on the html request. > > Like: mysite.com/index.html or mysite.com/somethingelse.html will load > two separate entry ponts for each. > > Problem with gwt-multipage is that if the access is coming from > mysite.com/ (without specifying the html to load) it breaks and > sometimes loads random entry points if I am not mistaken. > > Any ideas? -- 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.
