I have a open flash chart implementation following the link below.
https://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html
But when i upgrade to wicket 1.5 im stuck at this..
In class OpenFlashChart,
WebResource jsonResource = new WebResource() {
@Override
public IResourceStream getResourceStream() {
return json;
}
};
jsonResource.setCacheable(false);
...
public void onResourceRequested() {
jsonResource.onResourceRequested();
}
What is the replacement for this in wicket 1.5 ?
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/WebResource-in-Wicket-1-5-tp4106181p4106181.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]