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

2004-05-11 Thread Daniel Perry
Needed Using multiple struts-config.xml- ActionErrors problem If u specify more than one message resources file, only the last message resources file is loaded. Isn't this a bug in struts 1.1? >From: "Daniel Perry" <[EMAIL PROTECTED]> >Reply-To: "Struts Users

Clarification Needed.... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Normanjaisingh pauldurai
ling List" <[EMAIL PROTECTED]> Subject: RE: Urgent help Needed... Using multiple struts-config.xml- ActionErrors problem Date: Tue, 11 May 2004 10:28:00 +0100 >FYI: I don't use message resource in this context. well there's your problem :) You need to have the error mes

RE: Urgent help Needed....... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Normanjaisingh pauldurai
ling List" <[EMAIL PROTECTED]> Subject: RE: Urgent help Needed... Using multiple struts-config.xml- ActionErrors problem Date: Tue, 11 May 2004 10:28:00 +0100 >FYI: I don't use message resource in this context. well there's your problem :) You need to have the error mes

RE: Urgent help Needed....... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Daniel Perry
durai [mailto:[EMAIL PROTECTED] Sent: 11 May 2004 10:18 To: [EMAIL PROTECTED] Subject: Urgent help Needed... Using multiple struts-config.xml- ActionErrors problem >Hi, > > Actually, my requirement is to populate the actionerrors object in >a Actionclass and display it in the JSP usi

Urgent help Needed....... Using multiple struts-config.xml- ActionErrors problem

2004-05-11 Thread Normanjaisingh pauldurai
cept 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 Mai

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
: [EMAIL PROTECTED] Subject: Using multiple struts-config.xml- ActionErrors problem Hi, I'm using struts-modular approach. i.e. in web.xml I've definitions like this - config /WEB-INF/struts-config.xml config/business /WEB-INF/struts-config

Using multiple struts-config.xml- ActionErrors problem

2004-05-06 Thread Normanjaisingh pauldurai
Hi, I'm using struts-modular approach. i.e. in web.xml I've definitions like this - config /WEB-INF/struts-config.xml config/business /WEB-INF/struts-config-smile.xml - But when ActionErrors object is populated in "config/business" mo

Re: Using multiple struts-config.xml

2004-04-15 Thread Ted Husted
njai Singh Pauldurai wrote: Hi all, I would like to know some details about using multiple struts-config.xml and multiple tiles-defs.xml. I'll explain the way i'm gonna use multiple stuts and miltiple tiles in my project. Kindly validate it and point me the correct usage.