What has worked very well for us is to have all of the static uploaded
content (pictures, documents, movies) saved elsewhere on the server, as you
have done, and then served by Apache.  If you don't use Apache as a frontend
(or whatever plain HTTP server), then I believe you can still serve it
through Wicket with some sort of Resource / ResourceReference, but it's been
a while since I've had to do that, so I can't quite remember the details.

Jeremy

On Sun, Apr 20, 2008 at 1:25 PM, Mathias P.W Nilsson <[EMAIL PROTECTED]>
wrote:

>
> No you are perfectly right. I have now Springed a path into the wicket
> that
> holds the folder for my external folder.
>
> The problem arises when trying to show an image in the wicket applet from
> the folder but I see you are suggesting to get it via a servlet. I'll have
> to look into this for testing your suggestion
>
> Thanks alot.
> --
> View this message in context:
> http://www.nabble.com/Wicket-saving-files-tp16795241p16796755.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to