Add – David B Aug 10 '13 at 13:45

  • You could reuse it if you want to, or not, depending upon your situation. The example that i have posted makes sense if you want it to apply to that specific page. If you want to use it more globally, perhaps you want to up it in the src/main/webapp/WEB-INF/views directory, next to menu.jspx. Maybe you could call it custom-load-scripts.jspx in that case. – java1337 Aug 12 '13 at 17:38
  • Can you provide a sample project for me to follow through the instructions? I can't get your example to work and having difficulty setting-up multiple ` – David B Aug 29 '13 at 09:12
  • I'm such a timid person. It now works perfectly thanks for the tip. But there a bit of a problem regarding file management, using this scenario each page would need more than one `.jspx` file (the page, its css file(s) and js file(s)). Is there a way to link in the `web.xml` the tag(s): ` – David B Aug 29 '13 at 10:10
  • I'm not sure what you are asking. I don't think the web.xml would likely be involved. Are you want a variable substitution in the views.xml, reading definitions from web.xml? You probably need to ask as a separate question because the answer comments are limiting. – java1337 Sep 04 '13 at 00:54
  • I have already ask a different question base from your answer. Here's the [link](http://stackoverflow.com/questions/18506830/springroo-placing-script-and-link-on-load-scripts-tagx-from-view-xml) for it. – David B Sep 04 '13 at 06:05