Re: How to disable ByteArrayResource cache?

2013-01-30 Thread Celia Xu
"generateEXC", new Model("Report"), "reportBody") { @Override protected void onSubmit(AjaxRequestTarget target, Form form) { target.appendJavaScript("document.getElementById('excLink').click()");}}; I also dynamically

Re: How to disable ByteArrayResource cache?

2013-01-29 Thread Martin Grigorov
setPopupSettings(popupSettings); > > I disable the page's cache but this resource still being cached. > How can I disable resource cache? > Thanks. > > > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/How-to-disable-ByteArrayResourc

How to disable ByteArrayResource cache?

2013-01-29 Thread Celia Xu
k("pdfLink", pdfRes); pdfLink.setPopupSettings(popupSettings); I disable the page's cache but this resource still being cached. How can I disable resource cache? Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-disable-ByteArrayResource-cache