Re: Reference to css outside classpath on wicket 1.5RC7

2011-09-02 Thread Martin Grigorov
Quick solution for your case: Implement a new ResourceReference which returns org.apache.wicket.request.resource.ContextRelativeResource in its #getResource(). I think we should add such ResourceReference in wicket-core. I am not sure at the moment what's the problem with the wrongly produced Url

RE: Reference to css outside classpath on wicket 1.5RC7

2011-09-02 Thread Sotil Bertanzetti, Matteo
Thank you, it worked. I'll try to create a quickstart... Matteo Sotil -Mensaje original- De: Martin Grigorov [mailto:mgrigo...@apache.org] Enviado el: viernes, 02 de septiembre de 2011 10:37 Para: users@wicket.apache.org Asunto: Re: Reference to css outside classpath on wicket 1