2 Replies Latest reply on Dec 19, 2007 4:57 PM by alllle

    404 error loading script and css files

    alllle

      I am trying to get richfaces to work with my seam 2.0 application. I downloaded the latest release 3.1.3GA but didn't help solving my problem. I feel I'm missing something basic.

      When try with the echo example from the dev guide, the generated page from echo.seam contains the following references to the script and css files:

      <link rel='stylesheet' type='text/css' href='/app/a4j_3_1_3.GAcss/panel.xcss/DATB/eAEz3vGhHwAFZwJr'/>
      <script type='text/javascript' src='/app/a4j_3_1_3.GAorg.ajax4jsf.javascript.AjaxScript'></script>
      


      Looks like neither of them got loaded, returned 404 resource not found error (I verified this by going to these URLs directly as well as look in the Firebug debug console).

      I have no clue where to start to fix this problem. Need help desperately.

      Thanks!