DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16609>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16609 MessageResource not in request scope for Module Summary: MessageResource not in request scope for Module Product: Struts Version: 1.1 Beta 2 Platform: Other OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If you are using a module that doesn't declare a message-resources in it's struts-config.xml, there isn't a MessageResources in request scope. The global one in application scope is there still. Most things work because RequestUtils check request scope and then application scope for MessageResources. But when the Struts Validator generates an error message it only looks in request scope. So the error message looks like this, 'is required.', since it can't find the message resource to look up the field name. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]