RE: Where are Struts messages found?

2001-04-11 Thread Scott Cressler
Your application's web.xml file (probably in your WEB-INF directory) should include a tag that defines and configures the ActionServlet. Part of that is something like: application com.yourdomain.yourpackage.Resources This is used to find the messages file, which in this case would be th

Re: Where are Struts messages found?

2001-04-11 Thread James Howe
Nevermind. I found them in places like org/apache/struts/util/LocalStrings.properties. I'm running Tomcat/Struts from within VisualAge and I hadn't properly imported the Struts resources and I was missing these properties files. At 11:33 AM 4/11/2001 -0400, you wrote: >I'm working with Strut