On Apr 12, 11:24 am, aditya ch <[email protected]> wrote: > Found in GWT Release (e.g. 1.5.3, 1.6 RC): 2.0.3 > > Encountered on OS / Browser (e.g. WinXP, IE6-7, FF3): Every browser > > Detailed description (please be as specific as possible): > Could not able to render GWT button on the screen in hosted mode. > Please find the stack trace i'm getting > > 10:32:08.234 [ERROR] [com.tradiant.gwt_demo.Demo] Unable to load > module > entry point class com.tradiant.gwt_demo.gui.client.DemoModule (see > associated exception for details) > com.google.gwt.core.client.JavaScriptException: > (INVALID_CHARACTER_ERR): > INVALID_CHARACTER_ERR: DOM Exception 5 > code: 5 > __gwt_ObjectId: 614
This seems to imply that it was generated by Chrome. > at > com.google.gwt.dom.client.DOMImplTrident.createButtonElement(DOMImplTrident > .java) But this says it's running the user.agent=ie6 or user.agent=ie8 permutation. Do you have a <set-property name='user.agent' value='...' /> in one of your gwt.xml? -- 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.
