Hi, I have to compile different code for safari and chrome browsers.
The problem is when I use code like
this
<replace-with
class="org.raccoon.hit.client.ui.balancenew.BalanceViewImplChrome">
                <when-type-is
class="org.raccoon.hit.client.ui.balance.BalanceViewImplAll"/>
                <any>
                        <when-property-is name="user.agent" value="safari"/>
                </any>
 </replace-
with>
property "user.agent" is the same for safari and chrome.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to