Re: ContextRelativeResourceReference CSS rendering problem

2021-10-21 Thread Maxim Solodovnik
t; > Uncaught ReferenceError: $ is not defined > at MyPageForm-ver-68914D2B0F86742C02F38FA95791B4BD.js:445 > > This is the line: > > $(document).ready(function() { ... } > > > > -Original Message----- > From: Martin Grigorov >

RE: ContextRelativeResourceReference CSS rendering problem

2021-10-21 Thread Greg Dunn
Thursday, October 21, 2021 1:21 AM To: users@wicket.apache.org Subject: Re: ContextRelativeResourceReference CSS rendering problem CAUTION: This email originated from outside of NISC or its subsidiaries. Do not click links or open attachments unless you recognize the sender and know the content is

Re: ContextRelativeResourceReference CSS rendering problem

2021-10-20 Thread Martin Grigorov
Hi, On Thu, Oct 21, 2021 at 1:15 AM Greg Dunn wrote: > I'm using the following code under Wicket 9 to load a CSS file > > > > private static final ContextRelativeResourceReference CSS_FILE = > > new ContextRelativeResourceReference("style/cssFile.css", > false); > > > > @Over

ContextRelativeResourceReference CSS rendering problem

2021-10-20 Thread Greg Dunn
I'm using the following code under Wicket 9 to load a CSS file private static final ContextRelativeResourceReference CSS_FILE = new ContextRelativeResourceReference("style/cssFile.css", false); @Override public void renderHead(IHeaderResponse response) { res