Re: url problem of resourceLink popup page

2012-12-13 Thread Martin Grigorov
, the contents (pdf) are not updating. is there any cache in resourceLink? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/url-problem-of-resourceLink-popup-page-tp4654750.html Sent from the Users forum mailing list archive at Nabble.com

url problem of resourceLink popup page

2012-12-12 Thread appwicket
, the contents (pdf) are not updating. is there any cache in resourceLink? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/url-problem-of-resourceLink-popup-page-tp4654750.html Sent from the Users forum mailing list archive at Nabble.com

problem with ResourceLink

2009-09-08 Thread Eyal Golan
Hi, We have the following code: static public ResourceLink getResourceLink(String id,byte[] data,final String title,String contentType){ ResourceLink resourceLink = new ResourceLink(id, new CustomResource(data,contentType,title)){ private static final long serialVersionUID