Results 1 to 2 of 2

Thread: 404 on js and css files

  1. #1
    Join Date
    Apr 2008
    Posts
    20

    Default 404 on js and css files

    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:

    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" />
    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?

  2. #2
    Join Date
    Apr 2008
    Posts
    20

    Default

    as a work around, ended up copying those js and css files from the spring jar into my webapp dir.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •