Re: Multiple Struts Config Problem

2009-04-07 Thread srinivasch
Sanchayan, You should have used a different post than using my post. Its called thread jacking. Please post a new one. Thanks Sanchayan Bandyopadhay wrote: > > I have multiple user types in my application and for each such user type I > intend to keep one specific struts-config.xml file. >

Re: Multiple Struts Config - Using the form tag

2007-08-30 Thread Paul Benedict
My recommendation is to remove the use of modules. You can do this instead: config/WEB-INF/struts-a.xml,/WEB-INF/struts-b.xml Paul

Re: multiple struts-config files -> empty Tiles Page

2007-07-28 Thread Antonio Petrelli
2007/7/27, Kim Wegerle <[EMAIL PROTECTED]>: > 23:36:43,468 DEBUG JspServlet:251 - RealPath: > C:\Programmierung\Repositories\Hockey\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\webapps\GRL\administration\WEB-INF\tiles-fragments\layout.jsp I think I got it. The path prefix introd

Re: multiple struts-config files -> empty Tiles Page

2007-07-27 Thread Kim Wegerle
Ok, now it's weekend and I have time for this. Here is the my struts-config: http://struts.apache.org/dtds/struts-2.0.dtd";> 150 200 showFieldPlayer

Re: multiple struts-config files -> empty Tiles Page

2007-07-27 Thread Antonio Petrelli
Kim, can you try creating a very small project with two struts-config.xml and see if the problem is repeatable, possibly with a very simple Tiles definition? If yes, it could be a bug. Antonio 2007/7/27, Kim Wegerle <[EMAIL PROTECTED]>: > Yes, I have. > > 2007/7/27, Dave Newton <[EMAIL PROTECTED]

Re: multiple struts-config files -> empty Tiles Page

2007-07-27 Thread Kim Wegerle
Yes, I have. 2007/7/27, Dave Newton <[EMAIL PROTECTED]>: > > Rewording: > > Do you have the tiles S2 result *type* defined in both > struts config files? > > --- Kim Wegerle <[EMAIL PROTECTED]> wrote: > > > No, I moved the complete action tag from the one > > struts-config to the other > > struts-

Re: multiple struts-config files -> empty Tiles Page

2007-07-27 Thread Dave Newton
Rewording: Do you have the tiles S2 result *type* defined in both struts config files? --- Kim Wegerle <[EMAIL PROTECTED]> wrote: > No, I moved the complete action tag from the one > struts-config to the other > struts-config including the result tag. The Tiles > definitions are in the > Tiles c

Re: multiple struts-config files -> empty Tiles Page

2007-07-27 Thread Kim Wegerle
No, I moved the complete action tag from the one struts-config to the other struts-config including the result tag. The Tiles definitions are in the Tiles config file. 2007/7/25, Dave Newton <[EMAIL PROTECTED]>: > > Do you have the tiles result defined in both struts > config files? > > d. > > ---

Re: multiple struts-config files -> empty Tiles Page

2007-07-25 Thread Dave Newton
Do you have the tiles result defined in both struts config files? d. --- Kim Wegerle <[EMAIL PROTECTED]> wrote: > This is a good advice. I will change the log level > to debug. Perhaps I'll > see something that helps to solve this problem. With > the current log level > and my own debug output I

Re: multiple struts-config files -> empty Tiles Page

2007-07-25 Thread Kim Wegerle
This is a good advice. I will change the log level to debug. Perhaps I'll see something that helps to solve this problem. With the current log level and my own debug output I'm only able to see that there are no errors in the log and the console and that the action returned "success". I just wante

Re: multiple struts-config files -> empty Tiles Page

2007-07-25 Thread Antonio Petrelli
2007/7/25, Kim Wegerle <[EMAIL PROTECTED]>: Hello, I'm using Struts 2.0.8. I've decided to divide my Struts configuration into multiple parts. The configuration is now divided into two parts: struts-config.xml and struts-config-administration.xml . I'm using the Tiles plug-in and with one single

Re: Multiple struts-config files with wildcards

2006-07-19 Thread David Durham
Volker Krebs wrote: I want to use wildcards. So it should look like this. config /WEB-INF/struts*, /WEB-INF/user/struts* Has anyone some hints ? I was thinking about extending org.apache.struts.action.ActionServlet and overwriting parseModuleConfigFile(Digester digester, Strin

Re: Multiple Struts-config problem

2005-01-12 Thread Kishore Senji
The module name in the should start with a "/" link On Wed, 12 Jan 2005 18:39:58 +0530, sachin <[EMAIL PROTECTED]> wrote: > hi all , > > i am implementing multiple modules in struts 1.2.4 > i have two config files which i define in web.xml like > > > config > /WEB-INF/struts-con

Re: Multiple struts config files.

2004-12-29 Thread Kishore Senji
Read Section 5.3 in http://struts.apache.org/userGuide/configuration.html On Tue, 28 Dec 2004 10:13:17 +0530, Amit Kumar Sharma <[EMAIL PROTECTED]> wrote: > Dear All, > > We have an existing project where the size of struts-config.xml file is > ever increasing the struts version we are using is

RE: Multiple struts config files.

2004-12-27 Thread Viral_Thakkar
Create multiple struts config xml files and place entries in the web.xml file -Original Message- From: Amit Kumar Sharma [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 28, 2004 10:13 AM To: Struts Subject: Multiple struts config files. Dear All, We have an existing project where the

RE: Multiple Struts Config!!

2004-10-19 Thread sachin
ROTECTED]> Sent: Tue, 19 Oct 2004 11:13:38 +0530 Subject: RE: Multiple Struts Config!! > I will explain my doubt. > > i hav 5 modules in my project. so i want to use 5 different config files. > shall i hav all the files in web-inf package or i hav to keep it > inside the modules.

RE: Multiple Struts Config!!

2004-10-19 Thread Ashutosh Satyam
DC Chennai [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 11:14 AM To: Struts Users Mailing List Subject: RE: Multiple Struts Config!! I will explain my doubt. i hav 5 modules in my project. so i want to use 5 different config files. shall i hav all the files in web-inf package or i h

RE: Multiple Struts Config!!

2004-10-18 Thread Krishna Srinivasan, ISDC Chennai
10:47 AM To: Struts Users Mailing List Subject: Re: Multiple Struts Config!! Multi configuration actually encompasses two different styles of usage: Peer configurations - where one large application struts-config.xml file has been arbitrarily split up into two or more peer configuration files. The

Re: Multiple Struts Config!!

2004-10-18 Thread anurag shinde
gt; To: [EMAIL PROTECTED] Subject: Re: Multiple Struts Config!! Date: Mon, 18 Oct 2004 21:56:11 -0700 (PDT) > > Just use comma seperated file names; e.g. > > > go > > org.apache.struts.action.ActionServlet > > config > > /WEB-INF/struts

RE: Multiple Struts Config!!

2004-10-18 Thread Krishna Srinivasan, ISDC Chennai
. -- -Original Message- From: Biggie Bendra [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 19, 2004 10:26 AM To: [EMAIL PROTECTED] Subject: Re: Multiple Struts Config!! Just use comma seperated file

Re: Multiple Struts Config!!

2004-10-18 Thread Biggie Bendra
Just use comma seperated file names; e.g. go org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml,/WEB-INF/struts-config2.xml ...etc bye-Ben --- "Krishna Srinivasan, ISDC Chennai" <[EMAIL PROTECTED]> wrote: > > HI, > In my project i want to use multipl

RE: multiple struts-config error

2004-09-22 Thread Joe Germuska
:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 3:42 PM To: [EMAIL PROTECTED] Subject: RE: multiple struts-config error I woud remove the preceeding / and any space between entries. Original Message Follows From: "Viral_Thakkar" <[EMAIL PROTECTED]> Reply-To: &quo

RE: multiple struts-config error

2004-09-22 Thread Ashutosh Satyam
http://localhost/app2/YourActionClass.do Hope this helps. - Ashutosh -Original Message- From: Mark Benussi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 3:42 PM To: [EMAIL PROTECTED] Subject: RE: multiple struts-config error I woud remove the preceeding / and any space

RE: multiple struts-config error

2004-09-22 Thread Mark Benussi
I woud remove the preceeding / and any space between entries. Original Message Follows From: "Viral_Thakkar" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: multiple struts-config error Date: Wed, 22