RE: Using multiple struts-config.xml- ActionErrors problem

2004-05-07 Thread Normanjaisingh pauldurai
t that they belong to different modules( given in web.xml). Can anybody tell me what's to be done to solve this problem? FYI: I don't use message resource in this context. Thanx, Norman From: "Ashutosh Satyam" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailin

RE: Using multiple struts-config.xml- ActionErrors problem

2004-05-07 Thread Ashutosh Satyam
I suspect your struts-config-smile.xml is having no message resource definition. Just add the same message resource definiton whatever you have in the default struts-config.xml. I hope it should work then. This is how you define message resource bundle to be used in struts configuration file. +--