0 Replies Latest reply on Aug 30, 2007 4:05 PM by ssalevan

    Weird Issue Related to Stylesheets

    ssalevan

      Hey there,
      I'm having a weird problem related to Seam involving Stylesheets mysteriously disappearing from my JBoss AS server. I'm working on a Seam 1.2.0 patched project in Red Hat Developer Studio, and in the master template.xhtml file I've included a css include to a CSS file contained within my stylesheets folder. I've published it to the JBoss 4.2 AS server included with RHDS and upon the first access of a page that calls upon the template.xhtml page, the stylesheet loads. However, upon reload, the stylesheet does not load and the page renders without style information.

      If I access the //stylesheet/ directory and attempt to load the stylesheet that gets imported by my template.xhtml file, it loads upon first access, and upon reload, I receive a bizarre Firefox error page (not a JBoss AS 404 error page) that states that Firefox cannot find the stylesheet file itself. For all other stylesheet files in that directory, this behavior is not exhibited.

      So, I guess my question is, has anyone seen this before, and if so, is there a way around it? Thanks very much!