Hi Thiago, Well, I was trying the implement the solution given by you, but I see a problem.
i) my lessToCSS page is located at the package:- abc.wp.pages.config. ii) First I tried doing this in Tapestry 5.4 way:- @Import(stylesheet="//:config/lessToCss") It doesn't work. iii) But when I try achieving the same doing this way:- javaScriptSupport.importStylesheet(new StylesheetLink("../config/lessToCss")); It works fine for few of the pages, obviously because we have static defined page url. So if I, try to access some other page with some different package definition, it is bound to fail. In such cases, I am just thinking what should be the correct approach( I tried using URL , but didn“t get it to work) . Any ideas on this. Regards Akshay