All: I am developing an application which has the xml snippet below included in me web.xml file.
<error-page> <error-code>404</error-code> <location>/404.jsp</location> </error-page> However, when I enter a bad URL I am forwarded to my 404.jsp file but the jstl tag <c:fmt> doesn't work. I get the errors below shown on my 404.jsp page. ???404.title??? ???404.message??? For some reason the app isn't finding "404.title" and "404.message" in the messages.properties file although they are clearly defined. I deployed the app to both jetty and tomcat with the same results. -- - Paul --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]