2 Replies Latest reply on Mar 17, 2008 1:47 PM by mores

    menuItem custom styles are not applied when using an Excepti

    mores

      I am using RF 3.1.4-GA.

      Normal behavior:
      RF inserts its stylesheets in the head of the html document before my style sheet. This works fine when browsing JSF pages or when forwarding using a RequestDispatcher.

      Within my web.xml I have:

       <servlet-mapping>
       <servlet-name>Forward Servlet</servlet-name>
       <url-pattern>*.fwd</url-pattern>
       </servlet-mapping>
       <error-page>
       <error-code>404</error-code>
       <location>/404.fwd</location>
       </error-page>
      


      When a user goes to page that does not exist, the only style in the head of the html is my style, the RF styles showup in the body. The menu no longer looks as it should.

      Should I file a JIRA report with a runnable example ?