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