Hi, Read http://wicketinaction.com/2012/07/wicket-6-resource-management/ I am not sure where you read that ResourceReference is removed. It is still around.
@Simon: renderHead(HtmlHeaderContainer) is an internal thingy that is hidden from you in Wicket 7. You should use renderHead(IHeaderResponse) in your apps. Martin Grigorov Wicket Training and Consulting On Wed, Jan 29, 2014 at 10:56 AM, Simon B <[email protected]> wrote: > Hello, > > I override the renderHead(HtmlHeaderContainer) method if its a Panel and > renderHead(IHeaderResponse) if its a WebPage : > > So in the case of a Panel, I guess it would be something like: > > > Hope that helps. > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Is-there-an-equivalent-for-ResourceReference-in-wicket-6-tp4664014p4664024.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] > >
