I am trying to attach a number of on the fly created images to a page. The images are created by a subclass of DynamicImageResource. They need to be referenced from html code that is not part of a page template (i.e. I do not use an img tag in the page template with an webcomponent that references it, because the html comes from html-code that is edited by users via a rich text editor). I do not see how I can create reusable urls for the images. Can somebody explain this? Which method to follow to attach to images to my webpage, and get urls for them that make wicket serve the images. The alternative route is that I serve the image via a custom implementation of WebPage, but it seems that it is possible to make a reference to an ImageResource directly, I am just missing the final steps. By the way, the images should be session specific, they are not shared resources.
Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
