Re: How to resolve right path for variable images (with Jetty)

2012-12-27 Thread Martin Grigorov
Use ByteArrayResource instead that loads the image's bytes from wherever you need. On Wed, Dec 26, 2012 at 2:54 PM, Delange delan...@telfort.nl wrote: In my webapplication a user can upload images. They are displayed on other pages. When I start the application with Jetty from the Eclipse

Re: How to resolve right path for variable images (with Jetty)

2012-12-27 Thread Delange
Do you have an example, also with html? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/How-to-resolve-right-path-for-variable-images-with-Jetty-tp4655058p4655088.html Sent from the Users forum mailing list archive at Nabble.com.

How to resolve right path for variable images (with Jetty)

2012-12-26 Thread Delange
In my webapplication a user can upload images. They are displayed on other pages. When I start the application with Jetty from the Eclipse directory, all images are stored directly under the project folder. But when I want to display them, they must be under src/main/webapp/ The is caused by the