The issue (and solution) was posted as comment 4 by tomsontom;
http://code.google.com/p/smartgwt/is...etail?id=17#c4
For IE support
In your gwt.xml you need to set:
Code:
<replace-with class="at.bestsolution.gwt.util.impl.DynamicCallbackFormImpl"> <when-type-is class="at.bestsolution.gwt.util.impl.DynamicCallbackFormImpl"/> </replace-with> <replace-with class="at.bestsolution.gwt.util.impl.DynamicCallbackFormImplIE6"> <when-type-is class="at.bestsolution.gwt.util.impl.DynamicCallbackFormImpl"/> <when-property-is name="user.agent" value="ie6"/> </replace-with>
Leave a comment: