Hi Martin,
thank you for your reply. Followed your advise, and filled a ticket:
https://issues.apache.org/jira/browse/WICKET-4457
Cheers,
David
--
View this message in context:
Hi,
i'm currently dealing with an encoding issue in wicket 1.5.4. When accessing
js or css files the content-type header information only includes the
content-type but not the encoding, but all our html files are send with the
correct content-type header information.
curl has the following
Just a quick hint about the code-snipet above.
You don't really need to replace the protocol. Change it to this and the
browser will automatically use the protocol, that is used by the site
embedding the javascript.
String jqueryURl =
//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js;
Hi,
i've been following this post in order to generate dynamic JS/CSS files (
https://cwiki.apache.org/WICKET/dynamically-generate-a-css-stylesheet.html
https://cwiki.apache.org/WICKET/dynamically-generate-a-css-stylesheet.html
).
Now I'm expiring white page flickers on page changes inside the