Re: Image does not appears not always

2013-01-16 Thread Delange
/div /div div class=opdoms ./?3-IResourceListener-opdrachten-1-image divtest/div /div And the url http://localhost:8080/Mercado/?32 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-does-not-appears

Re: Image does not appears not always

2013-01-16 Thread Delange
) at org.apache.wicket.markup.html.image.resource.LocalizedImageResource.onResourceRequested(LocalizedImageResource.java:201) -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-does-not-appears-not-always-tp4655364p4655434.html Sent from the Users forum mailing list

Re: Image does not appears not always

2013-01-15 Thread Martin Grigorov
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-not-always-tp4655364

Image does not appears not always

2013-01-14 Thread Delange
ContextRelativeResource( /design/+imageName)); return image; } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Image-does-not-appears-not-always-tp4655364.html Sent from the Users forum mailing list archive at Nabble.com