Hello! I have created some Widgets with GWT Designer in Eclipse. Now I would like to get to the HTML code, GWT produces, programmatically (not the events, just the code of the static pages). You can get this code by calling UIObject.toString() but this works only running the compiled code in a web browser. But I was not able to get this code calling compiled JAVA Code (getting the error: "GWT.create() is only usable in client code!"). Is there any way to get around this or any other way producing the static html code of a widget with a JAVA program? Thanks in advance
-- 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.
