Hi, I have 2 message resource file defines in my struts-config file, it works perfect in jsp where i can use "bundle" keyword on <bean:message ..> tag, but it does not work in my action class where i want to set messages from message resource So <bean:message key="approval.001" bundle="approvals"/> works fine in jsp while
errors.add(ActionErrors.GLOBAL_ERROR, new ActionError("approval.001")); saveErrors(request, errors); does not work in Action class and i get error bean not found in scope on jsp when i try to display the message Ashish __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]