Hi,

I have defined an alternate resource bundle in my struts-config.xml:

<message-resources parameter="AlternateResources" null="false" key="alternate"/>

In element global exceptions I have some Exceptions. One of this should use the bundle 
alternate, but it was ignored.

<global-exceptions>
    <exception
      key="global.error.login.invalidlogin"
      bundle="alternate"
      path="/action/welcome"
      scope="request"
      type="test.InvalidLoginException" />
...

Has someone an idea?


Regards,

Frank

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to