Creating Folder within the webapps folder.

2011-11-22 Thread crackAT
Hy guys, I need help. I want to create a folder within the webapps folder so that user can upload pics in it. The default Pics of the wicket java application will be loaded via ResourceReference. Is there a way to create new resource folder with ResourceReference? Thanks for help. -- View

Re: Creating Folder within the webapps folder.

2011-11-22 Thread crackAT
I did it outside. but the problem is, that wicket is using for every pic the resourcereference and not only for the application pics. The application pics will be loaded and i can see them but the userpics which are saved outside the webbapps folder won't be loaded. Wicket is writing