If i open that url in IE then it ask me to provide Plugin, but if I run in Chrome, it shows the page like this This XML file does not appear to have any style information associated with it. The document tree is shown below. <html> .. <iframe src="javascript:''" id="ekajati" style="position:absolute;width:0;height:0;border:none" tabindex="-1"></iframe> </body> </html>
Buit that is the html code of the homepage ( http://127.0.0.1:8888/Myproject.html?gwt.codesvr=127.0.0.1:9997<http://127.0.0.1:8888/Myproject.html?gwt.codesvr=127.0.0.1:9997?_escaped_fragment_=article> #!home) while I opened the article page ( http://127.0.0.1:8888/Myproject.html?gwt.codesvr=127.0.0.1:9997<http://127.0.0.1:8888/Myproject.html?gwt.codesvr=127.0.0.1:9997?_escaped_fragment_=article> #!article) This means that the HtmlUnit works but somehow it couldn't parse the article page. WHy does that happen? On Friday, May 16, 2014 6:19:09 PM UTC+10, Jens wrote: > > I have this code >> >> url_with_hash_fragment=" >> http://127.0.0.1:8888/Myproject.html?gwt.codesvr=127.0.0.1:9997#!home"; >> > > I think you must compile your app to JS. HtmlUnit does not have a DevMode > Browser plugin so "?gwt.codesvr=127.0.0.1:9997#!home" is kind of useless. > > -- J. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
