HeaderContributor.forCss currently renders CSS in the following manner:
<link rel="stylesheet" type="text/css" href="/this/is/my.css" />
However it is sometimes advisable to use the @import command within
CSS to pull in the document ala:
<style type="text/css" media="all">@import url("/this/is/my.css");</
style>
Maybe we can add HeaderContributor.forCss(ResourceReference css,
boolean useImport) ?
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user