I'm creating multiple sub-applications as provided through Struts 1.1 (b2). I have some common error message key/value pairs that need to appear in each sub-app's respective message resource file. Does anyone know a way to centralize these common key/value pairs instead of duplicating them in each file? Right now, my hoaky solution is to put the common key/value pairs in their own file and then concatenate them to the end of each sub-app's file during the ANT build process. That way I only have to make changes in one file.
Some examples would the key/value pairs used with the <html:errors> tag: errors.header = Correct the following error(s): errors.footer = errors.prefix = <li> errors.suffix = </li> Thanks, JOHN -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

