I can't get the exception handler in struts-config.xml to use the 'bundle' attribute:

       <exception bundle="errors" key="error.accessDenied"
           type="my.pkg.AccessDeniedException"
           path="page.accessDenied" />


It always tries to look in the default (MessageResources.properties). Is this a known issue or am I doing something bad?

- Scott

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

Reply via email to