You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by aws0934 <ar...@idealo.de> on 2012/12/07 11:53:22 UTC

Re: Mounting of ConcatResourceBundleReference in a WebPage

Hi Martin,

I do not know how to use IRequestMapper to achieve my goal and could not
find a suitable example. Do you know where I can find one? 

Basically, I just want to remove the package name from my CSS-/JS-URLs
(ConcatResourceBundleReferences) so that for instance

/wicket/resource/com.company.pages.AbstractBasePage$JSBundle/scripts-ver-439FF31767E6B22220DF2C33D8C71F09.js

looks at least like

/wicket/resource/AbstractBasePage$JSBundle/scripts-ver-439FF31767E6B22220DF2C33D8C71F09.js

or even better like

/wicket/resource/scripts-ver-439FF31767E6B22220DF2C33D8C71F09.js

- which would be quite like mounting resources with mountResource inside the
Application (minus the "/wicket/resource").

Arne



--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mounting-of-ConcatResourceBundleReference-in-a-WebPage-tp4653693p4654592.html
Sent from the Users forum mailing list archive at Nabble.com.

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