you have to specify the complete url so from the / (root) on
That should work fine.
On 10/5/05, Andrew Berman <[EMAIL PROTECTED]> wrote:
I've looked at the wicket images examples, but it does
not seem to help me out with how I use images.
Basically, my database stores the image path for
certain items. I pull that path out and want to put
it in the src attribute of the image or input
type="image" tag, so it looks like
src="" all the images
are hosted by Apache and I use mod_jk, such that all
images and _javascript_ are hosted by Apache and all
dynamic stuff is forwarded to Tomcat.
When I construct an Image object and pass it the Url,
it tries to look for it in the path of the component
it was added to. How do I configure it to simply spit
out images/imageName.jpg?
Thanks again for any help!
Andrew
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
