Hi, I think the reason is that org.apache.wicket.util.lang.Packages#absolutePath(String, String) has been improved to better calculate relative paths in packages. See org.apache.wicket.util.lang.PackagesTest and file a ticket if you think there is a place for improvement.
On Thu, Mar 22, 2012 at 10:10 PM, Dale Ogilvie <[email protected]> wrote: > Hi there, > > > > We had code using 1.4.19 for style sheet references: > > > > add(new StyleSheetReference("stylesheet_popup", Register.class, > "/nz/co/acme/accounts/styles/popup.css")); > > > > Upgrading to 1.4.20 we had to modify our references to remove the > leading slash: > > > > add(new StyleSheetReference("stylesheet_popup", Register.class, > "nz/co/acme/accounts/styles/popup.css")); > > > > What is behind this change? Was it intentional? > > > > Thanks > > > > Dale > > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
