Re: [wicket-bootstrap3] How to add Fontawsome

2013-10-11 Thread David Beer
Hi All

I solved this by adding
response.render(CssHeaderItem.forReference(FontAwesomeCssReference.instance()));
to my renderHeader method.

David


On 11 October 2013 16:53, David Beer  wrote:

> Hi All
>
> I see that Fontawsome was added to the extensions for wicket-bootstrap.
> However I can't see how to add the CSS reference. I have tried using
> CSSHeaderItem and adding that to the renderHead of the page but no CSS file
> gets added.
>
> How do I go about adding this to my Bootstrap3 project?
>
> Thanks
>
> David
>


[wicket-bootstrap3] How to add Fontawsome

2013-10-11 Thread David Beer
Hi All

I see that Fontawsome was added to the extensions for wicket-bootstrap.
However I can't see how to add the CSS reference. I have tried using
CSSHeaderItem and adding that to the renderHead of the page but no CSS file
gets added.

How do I go about adding this to my Bootstrap3 project?

Thanks

David