Only the last line is taken into account here. If you want to support more than one browser, specify a comma-separated list in the "value" property, for example: <set-property name="user.agent" value="safari,ie8,gecko,gecko1_8" />
The default supported values are defined in UserAgent.gwt.xml to: <define-property name="user.agent" values="ie6,ie8,gecko,gecko1_8,safari,opera"/> I guess the reason it works when you remove it is because GWT defaults to "value = values". Cheers, Philippe -- 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.
