Vaadin 7.1.0.beta1 and Page.getStyles

Hi, I am trying out Vaadin 7.1.0.beta1 right now. There is a feate called “Dynamically inject CSS”. If I try this:


Page.getCurrent().getStyles().add(new ThemeRessource("font-awesome/css/font-awesome.css");

Debug console sais:


11:47:23:702 * Dumping state changes to the console
-Response:
-change pid=243
-com.vaadin.client.ui.ui.UIConnector id=243 location=http://localhost:8080/DeliverabilityMonitorUI/?debug focused=262
-css-injections
-css-resource id=0 url=theme://font-awesome/css/font-awesome.css

But the strange thing is, that nothing happens. Can you say me, if I am doing anything wrong?

Marcel

Ok, I forgot to compile the widgetset…