I have a base tile definition and various tiles extend it. The static resource like css, js are imported throuhg <link> and <Script> tags in base tile. Similalry various java files are imported though import directive in base tile jsp page. However each child type has its own js, css and java import file. How can i import resources for individual pages instead of putting everything in base tile. Also html <body> and <head> tags are present only in base tile so is it good practice to import resource in child tiles even then.
Thanks
