Hi;

 

In my web.xml I have:

            <error-page>

                        <exception-type>java.lang.Throwable</exception-type>

                        <location>/error.jsp</location>

            </error-page>

 

Most of my jsp pages are in a pages subdirectory. So when an excpetion is
thrown in say /pages/order.faces (order.jsp), I am sort-of in that
subdirectory.

 

The error.jsp page displays fine. But it uses a base.css page for it's
styles. And if that file is not in /pages, then it doesn't find it and does
not use the styles.

 

I can place the css file in both the root and pages subdirectory. But I
dislike having the same file in 2 locations as it can then get out of sync.

 

Any suggestions?

 

Thanks - dave

 

 

 

David Thielen

303-499-2544

www.windwardreports.com <http://www.windwardreports.com/> 

 

Reply via email to