Re: Image does not appears not always

2013-01-16 Thread Delange
testtesthttp://apache-wicket.1842946.n4.nabble.com/Image-does-not-appears-not-always-tp4655364p4655434.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket

Re: Image does not appears not always

2013-01-16 Thread Delange
<./?3-IResourceListener-opdrachten-1-image> test And the url http://localhost:8080/Mercado/?32 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-does-not-appears-not-always-tp4655364p4655433.html Sent from the Users

Re: Image does not appears not always

2013-01-15 Thread Martin Grigorov
irs(); > logger.info("path="+folder.getAbsolutePath()); > File[] files = folder.getFiles(); > return folder; > } > private Image getImage(String imageName){ > Image image = new Image("image" , new ContextRelativeResource( >

Image does not appears not always

2013-01-14 Thread Delange
folder; } private Image getImage(String imageName){ Image image = new Image("image" , new ContextRelativeResource( "/design/"+imageName)); return image; } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-does-not-appears-no