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. +--

Re: Using multiple struts-config.xml

2004-04-15 Thread Ted Husted
Using smaller, multiple files is no different that using one large one. The servlet just loops and loads each one in turn. They are specified as a comma-delimited list in the same placed as a single file. It's all one configuration, there's no specific linkage between the tiles-def and the strut