On 17 sep, 10:17, peterx86 <[EMAIL PROTECTED]> wrote: > Hi, > > I am reading the defer binding > :http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=goog... > > However, who will set the user.agent property? Will it be set by the > bootstrap javascript automatically?
Yes, through a <property-provider> (look at the com/google/gwt/user/ UserAgent.gwt.xml file in gwt-user.jar) > If yes, then how can i get the list of available properties? Properties? or user.agent values? For the latter, the user.agent property is defined in the UserAgent.gwt.xml file. For the former, well, search for <define-property in all the *.gwt.xml files in your classpath? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
