Hi Is it possible to setup another message resources file in Struts 1.0? I need this because I want to display errors in a different way for a certain part of the application. Basically I do not want the "Validation errors: Please correct the ff..." heading.
Since this is displayed automatically, the only way to get around this issues is use another message resources properties (at least that what it looks like to me). Now how do I setup another message resources and how to I go about accessing it in my form bean? Thanks in advance, Karim

