https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5#MigrationtoWicket1.5-HeaderContribution
On Wed, Sep 14, 2011 at 4:14 PM, Ian Marshall <[email protected]> wrote: > Hello there, > > Most of my web pages descend from my class PageBase, which itself descends > from WebPage. > > In 1.4, these pages accessed my CSS file (in the same folder as my file > ResourcesLocator.java) by using the code given below. > > I have looked, but cannot see how to do this in 1.5 (where > StyleSheetReference disappears). > > I would appreciate any help. > > Regards, > > Ian > > > HTML > ---- > ... > <html xmlns:wicket> > <wicket:head> > <link wicket:id="stylesheet" rel="stylesheet" type="text/css" > href="style.css"/> > ... > </wicket:head> > ... > </html> > > > Java (in a PageBase constructor) > -------------------------------- > add(new StyleSheetReference("stylesheet", ResourcesLocator.class, > "style.css")); > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Successor-to-StyleSheetReference-in-1-5-tp3812796p3812796.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
