RE: [S1] Global Exception from Module can't find resource

2008-02-21 Thread Givler, Eric
Wow, it couldn't have been any easier than that. Thanks! All I did was replace that link tag with: " /> -Original Message- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 2:46 PM To: Struts Users Mailing List Subject: Re: [S1] Global E

Re: [S1] Global Exception from Module can't find resource

2008-02-21 Thread Antonio Petrelli
2008/2/21, Givler, Eric <[EMAIL PROTECTED]>: > B) change the link tag so it always reads from the Context Root. Just a quick help: use tag, that will transform your relative path to a server-relative URL: http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/c/url.html HTH Antonio ---