What does it mean to do this in your module defn file:

   <set-property name="user.agent" value="gecko1_8"/>
   <set-property name="user.agent" value="ie6"/>
   <set-property name="user.agent" value="ie8"/>

I did this and my module was crashing in either of the browsers,  depending
on which was declared later and it gave a javascript exception: action not
defined for the object when a Button element was being created!
When I remove all of the above, the code works fine in both IE and FF.

I was going by this property after reading many blogs to speed up
compilation!!

Can somebody throw light on how this actually works??
thanks

-- 
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.

Reply via email to