Re: image from outside web application directory

2012-07-05 Thread Giovanni Cuccu
://apache-wicket.1842946.n4.nabble.com/image-from-outside-web-application-directory-tp4650379.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: image from outside web application directory

2012-07-05 Thread lang
Martin could you give me an example of this? I my website i want to upload jpgt pictures from clients. I already store them on another location but i can't show the pictures on my website -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/image-from-outside-web

Re: image from outside web application directory

2012-07-05 Thread Martin Grigorov
me an example of this? I my website i want to upload jpgt pictures from clients. I already store them on another location but i can't show the pictures on my website -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/image-from-outside-web-application-directory

Re: image from outside web application directory

2012-07-05 Thread lang
Martin could you give me an example of this? I my website i want to upload jpgt pictures from clients. I already store them on another location but i can't show the pictures on my website -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/image-from-outside-web

Re: image from outside web application directory

2012-07-05 Thread Scott Swank
on another location but i can't show the pictures on my website -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/image-from-outside-web-application-directory-tp4650379p4650393.html Sent from the Users forum mailing list archive at Nabble.com

image from outside web application directory

2012-07-04 Thread lang
I need to show images from c:/pictures on my website. I searched and searched and there should be something on old.nabble but that link is giving null pointer results. Who can help? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/image-from-outside-web-application

Re: image from outside web application directory

2012-07-04 Thread Martin Grigorov
null pointer results. Who can help? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/image-from-outside-web-application-directory-tp4650379.html Sent from the Users forum mailing list archive at Nabble.com

Re: image from outside web application directory

2010-03-04 Thread Gw
Hi Riyad n Ernesto, Thx a lot for your help. I've found the solution among those search results. The class name is FileResource. Quite simple, yet I wonder why the class isn't included in Wicket, bcoz it's a common need. Many thanks for the clues... GBU On Tue, Mar 2, 2010 at 10:06 PM, Riyad

Re: image from outside web application directory

2010-03-04 Thread Riyad Kalla
GW, Good pt... at the least it should probably be in the Wiki. I think it's just an issue of one of the leads not having time to go through it's impl and figure out if it should go in or not? I'm sure there are probably a few different ways to write such a component. -R On Thu, Mar 4, 2010 at

Re: image from outside web application directory

2010-03-04 Thread Gw
I believe so, Riyad. Anyway, you guys did a great job at Wicket. 2 thumbs up. Thx a lot, bro... Good day.. On 3/5/10, Riyad Kalla rka...@gmail.com wrote: GW, Good pt... at the least it should probably be in the Wiki. I think it's just an issue of one of the leads not having time to go through

image from outside web application directory

2010-03-02 Thread Gw
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:

Re: image from outside web application directory

2010-03-02 Thread Ernesto Reinaldo Barreiro
Hi Mike, search the list this have been answered many time before. Best, Ernesto On Tue, Mar 2, 2010 at 12:46 PM, Gw not4spamm...@gmail.com 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

Re: image from outside web application directory

2010-03-02 Thread Riyad Kalla
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=13974local=yquery=dynamic+image