Re: url for images from database

2011-07-27 Thread Martin Grigorov
://apache-wicket.1842946.n4.nabble.com/url-for-images-from-database-tp3657615p3695546.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: url for images from database

2011-07-27 Thread eugenebalt
it to the Wicket Image component? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/url-for-images-from-database-tp3657615p3699594.html Sent from the Users forum mailing list archive at Nabble.com

Re: url for images from database

2011-07-27 Thread eugenebalt
to re-format URLs, so this is working fine for me. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/url-for-images-from-database-tp3657615p3700046.html Sent from the Users forum mailing list archive at Nabble.com

RE: url for images from database

2011-07-26 Thread Miroslav F.
: url for images from database Thanks, was looking on classes :-) Now I have code: HTML: div style= border: 1px solid #DCD4A7; float: left; position: relative; width: 207px; height: 340px; margin-top: 5px; margin-right

RE: url for images from database

2011-07-26 Thread eugenebalt
should look like to support this dynamic image display? Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/url-for-images-from-database-tp3657615p3695546.html Sent from the Users forum mailing list archive at Nabble.com

RE: url for images from database

2011-07-25 Thread Miroslav F.
if code is good from point of right way to do this in wicket.. Miro -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Thursday, 14. July 2011 18:11 To: users@wicket.apache.org Subject: Re: url for images from database look at the very bottom

RE: url for images from database

2011-07-14 Thread Miroslav F.
: Sunday, 10. July 2011 18:16 To: users@wicket.apache.org Subject: Re: url for images from database use a shared resource to output the images instead of an Image component -igor On Sun, Jul 10, 2011 at 6:44 AM, Miroslav F. mir...@seznam.cz wrote: Hi folks, please direct

Re: url for images from database

2011-07-14 Thread Igor Vaynberg
Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Tuesday, 12. July 2011 17:09 To: users@wicket.apache.org Subject: Re: url for images from database https://cwiki.apache.org/WICKET/uploaddownload.html -igor On Tue, Jul 12, 2011 at 2:54 AM, Miroslav F. mir...@seznam.cz wrote: Is there example? How

RE: url for images from database

2011-07-12 Thread Miroslav F.
[] (image from DB) in some way? -Original Message- From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] Sent: Sunday, 10. July 2011 18:16 To: users@wicket.apache.org Subject: Re: url for images from database use a shared resource to output the images instead of an Image component

Re: url for images from database

2011-07-12 Thread Igor Vaynberg
@wicket.apache.org Subject: Re: url for images from database use a shared resource to output the images instead of an Image component -igor On Sun, Jul 10, 2011 at 6:44 AM, Miroslav F. mir...@seznam.cz wrote: Hi folks, please direct me to right docu with following problem: I have image

url for images from database

2011-07-10 Thread Miroslav F.
Hi folks, please direct me to right docu with following problem: I have image as byte[] from database which I display on pages. Works fine, on image atribute src is somethink like this: img src=?wicket:interface=:0:repeater:1:obrazok::IResourceListener::/ For lightbox I need make this ugly src

Re: url for images from database

2011-07-10 Thread Igor Vaynberg
use a shared resource to output the images instead of an Image component -igor On Sun, Jul 10, 2011 at 6:44 AM, Miroslav F. mir...@seznam.cz wrote: Hi folks, please direct me to right docu with following problem: I have image as byte[] from database which I display on pages. Works fine,