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
