I have a basic roo project that and I'm getting 404 errors on the css and js files in scaffolded controllers. These are all pulled in via the load-scripts.tagx:
I generated another bare-bones project where it works fine and I've compared the spring config files, jsps, tags and libs and I can't see anything that is different. Any clues what might be causing this?Code:<spring:url value="/resources/dojo/dojo.js" var="dojo_url" /> <spring:url value="/resources/dijit/themes/tundra/tundra.css" var="tundra_url" /> <spring:url value="/resources/spring/Spring.js" var="spring_url" /> <spring:url value="/resources/spring/Spring-Dojo.js" var="spring_dojo_url" />


Reply With Quote