RE: ExceptionConfig bundle Attribute Using Multiple Message Resources.

2003-06-25 Thread Butash, Bob
I have figured out how to use different message resources, based on a response to a previous post. I still have not found further information regarding the bundle attribute on ExceptionConfig. ExceptionConfig has a bundle attribute: I have seen very little documentation as to what this is

Re: ExceptionConfig bundle Attribute Using Multiple Message Resources.

2003-06-25 Thread James Mitchell
PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 2:57 PM Subject: RE: ExceptionConfig bundle Attribute Using Multiple Message Resources. I have figured out how to use different message resources, based on a response to a previous post. I still have

RE: ExceptionConfig bundle Attribute Using Multiple Message Resources.

2003-06-25 Thread Butash, Bob
Users Mailing List Subject: Re: ExceptionConfig bundle Attribute Using Multiple Message Resources. From the struts-config_1_1.dtd !-- The exception element registers an ExceptionHandler for an exception type. The following attributes are defined: bundle Servlet context

ExceptionConfig bundle Attribute Using Multiple Message Resources.

2003-06-24 Thread Butash, Bob
We are trying to create an ExceptionHandler that has some built in logging capabilities and one of the items that we would like to log is the Formatted message that is associated with the Error key. So we are trying to determine a way to get visibility to the message resources. The