Mike, The solution is writing a wicket component that finds the image on-disk and streams the bits back to the browser. Try these search results: http://old.nabble.com/forum/Search.jtp?forum=13974&local=y&query=dynamic+image
<http://old.nabble.com/forum/Search.jtp?forum=13974&local=y&query=dynamic+image>and these: http://old.nabble.com/forum/Search.jtp?query=image+on+disk&local=y&forum=13974&daterange=0&startdate=&enddate= <http://old.nabble.com/forum/Search.jtp?query=image+on+disk&local=y&forum=13974&daterange=0&startdate=&enddate=>Your answer is in there somewhere. The thread recently (3 weeks ago?) about it was pretty long and someone pasted a complete impl that they were using that folks said worked great. I just don't recall the class name otherwise I'd search for it :) -R On Tue, Mar 2, 2010 at 4:46 AM, Gw <[email protected]> wrote: > Hi all, > > I'd like to know how to display an image which is located outside web > application directory (eg: C:\images) . > Many thanks in advance for your assists. > > Regards, > Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
