Hi all,

I want to give my users a way to upload an archive containing CSS and images, and use it to skin their own views. In the CSS, the images need to be referenced relative to the CSS file (e.g., if the archive does not contain subdirectories, all the images should be referenced by url(filename) only). What would be the best way to achieve this with Wicket? I think something like the IndexedParamUrlCodingStrategy would be nice (first parameter referencing the uploaded archive, second the file), but I think this does not work with resources?

Thank you for any help, and for your great framework!

Moritz


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to