I'm trying to use the ActionError facility in Struts 1.1-b3. I create and save my error in my action.
Created Feb 10, 2003
Ted Husted Under Struts 1.1 b3 and later, you need to specify the messages resources in the struts-config:
HTH, Ted.
<message-resources parameter="resources.ApplicationResources">
This can go at the very end of the struts-config, after the action-mappings, and any of the other new elements you may be using.