I'm having an issue with links to CSS files in Wicket 1.3.1. The
problem is the ordering of the links in the rendered HTML. The page
inheritance hierarchy goes like this:
AbstractMasterPage --> AbstractStaticTextPage --> StaticTextPage
However, the list of links brought in via the <wicket:head> section are:
<link from AbstractMasterPage>
<link from StaticTextPage >
<link from AbstractStaticTextPage >
This is causing problems because of the way CSS inheritance works with
regard to CSS import order. In other words, it means that the
AbstractStaticTextPage CSS link is overriding the contents of the
StaticTextPage CSS link. This is the reverse of the way I think it
*should* work (I want CSS declarations in StaticTextPage to override
AbstractStaticTextPage, as you'd expect).
Any ideas? Thanks for any help!
Justin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]