Correct, you cannot allow people to upload straight UIBinder xml files. Those xml files are actually used at compile time to generate the UI, they do not exist after the java code has been rendered to javascript.
On Oct 25, 6:58 am, Frank <[email protected]> wrote: > Hi, > > I'm new to GWT and eploring its capabilities. I started working with > the UiBinder and I'm struggling with the following issue: > > Is it possible to render UiBinder XML files at run time? I'd like to > enable my users to upload the UI specification via some dialog and > render a preview of the generated UI on the same page. > > As far as I understood, this ain't possible due to the fact that the > UI file name is always passed to GWT using annotations. So it ain't > possible to alter the file names during run time. Am I right? > > Thanks a lot, > > Frank -- 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.
