> > And as already noted the onPropertyErrorFn functions works slightly > different than what I would expect thats why I called it unreliable. It > only works if you use a browser that GWT does not know at all. >
To be exact: The method itself is of course reliable. It triggers if a property value is not valid, i.e. if its not in the set of defined/allowed values. It's just that its not that useful for the user.agent scenario as a slightly different behavior is desired in this case because the user.agent value is always correctly filled (regardless of permutations) unless you use a browser that is totally unknown to GWT. -- J. -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
