I created. This was my first report, I hope, I didnt make any mistake. :)
https://issues.apache.org/jira/browse/WICKET-4602
I think, org.wicketstuff.simile.timeline.Timeline class has a bug.
I solved the Timeline problem by replacing this line at renderHead.
// PageParameters pp= new PageParameters();
// pp.add("timeline-use-local-resources", "true");
// pp.add("bundle", "true");
// response.renderJavaScriptReference(new
PackageResourceReference(getClass(),
// "./timeline_js/timeline-api.js"),pp,"MY_JS");
//
response.renderJavaScriptReference("http://static.simile.mit.edu/timeline/api-2.3.0/timeline-api.js?bundle=true");
how can I report to wicketstuff ?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/wicketstuff-simile-timeline-1-5-5-Access-denied-to-resource-error-tp4649855p4649870.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]