Hello,

I'm using CssResource::ensureInjected() to inline my styles into the
host page.

So the thing is: everything worked just fine until I started
redefining some GWT style classes (ie, gwt-TabBarItem). The changes
didn't apply because the names are being obfuscated in the host page,
but the predefined GWT widgets use the unobfuscated names. So I did
some reading, and thought that @external would do the trick. Say:

    @ClassName("gwt-TabBarItem")
    public String tabBarItem();

But it doesn't. Now it tells me that it failed to resolve the
ClientBundle (CssBundle, in this case).

What should I do?

Best regards

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