Hi,
we just started using version 1.3.2 and noticed that references to
js-files without wicket:id doesn't work any more. They were working in
1.3.1.
code:
<wicket:head>
<script type="text/javascript"
src="/syncrontech/common/gate/component/GateConfirm.js"></script>
</wicket:head>
log:
192.168.2.155 - st [13/Mar/2008:09:29:03 +0000] "GET
/wicket//syncrontech/common/gate/component/GateConfirm.js? HTTP/1.1" 404
1123
I know that we can (and probably should) start using for example
CompressedResourceReference
new CompressedResourceReference(GateConfirmPanel.class, "GateConfirm.js");
+
add(HeaderContributor.forJavaScript(GATE_CONFIRM_JS));
However is this a bug in 1.3.2?
- Juha
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]