i would write a servlet.

-igor

On Sun, Nov 1, 2009 at 1:41 PM, Peter Dotchev <dotc...@gmail.com> wrote:
> Hi,
>
> My app allows users to upload images and I store them in JCR
> <http://en.wikipedia.org/wiki/Content_repository_API_for_Java>. I can get
> InputStream for each one of them.
> I want to display images in specific pages and I want image URLs to be
> stable/bookmarkable. Also I don't want these pages to use the session in any
> way.
> I checked again chapter 9 about images from Wicket In Action but such use
> case is not addressed there.
>
> I found that SharedResources allows for stable URLs, but I cannot register
> each individual image.
>
> What approach would you suggest?
>
> Best regards,
> Peter
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to