Re: [Struts 1.2]Validation and multiple struts-config files

2009-09-08 Thread Ashish Kulkarni
HiAny ideas? On Fri, Aug 28, 2009 at 11:42 AM, Ashish Kulkarni < ashish.kulkarn...@gmail.com> wrote: > HiIf i have 2 struts-config.xml file can i have ValidatorPlugIn tag in > both struts-config.xml file, will this work?? > > I ran into some issue trying to do so, i was getting could not find >

[Struts 1.2]Validation and multiple struts-config files

2009-08-28 Thread Ashish Kulkarni
HiIf i have 2 struts-config.xml file can i have ValidatorPlugIn tag in both struts-config.xml file, will this work?? I ran into some issue trying to do so, i was getting could not find testForm in local "en_us" kind of error when trying to add client side validation For example if i have struts

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

Multiple Struts Config Problem

2009-04-07 Thread Sanchayan Bandyopadhyay
I have multiple user types in my application and for each such user type I intend to keep one specific struts-config.xml file. In my web.xml, I have declared them as ... config /WEB-INF/struts-default.xml config/agents /WEB-INF/struts-agents.xml My application starts wit

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

Multiple Struts Config - Using the form tag

2007-08-29 Thread chris . stewart
Hi all, I have an application which uses multiple struts-config files. I'm trying to add a new one in which there will be an action which I want to be called when a particular jsp submit button is depressed. As I would with a single struts-config file, I'm just constructing a for

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
> > > > > > > > > > --- Kim Wegerle <[EMAIL PROTECTED]> > > > > wrote: > > > > > > > > > > > This is a good advice. I will change the log > > > > level > > > > > > to debug. Perhaps I&#x

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

2007-07-27 Thread Antonio Petrelli
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 o

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

2007-07-27 Thread Kim Wegerle
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 > > >

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

2007-07-27 Thread Dave Newton
that > > > there are no errors in the > > > log and the console and that the action returned > > > "success". I just wanted to > > > go sure with my question, that there is nothing > > > additional I have to do, > > > when I use multiple

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

2007-07-27 Thread Kim Wegerle
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 wanted to > > go sure with my question, that there is nothing > > additional I have to do, > > when I use m

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

2007-07-25 Thread Dave Newton
t; 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 wanted to > go sure with my question, that there is nothing > additional I have to do, > when I use multiple strut

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

2007-07-25 Thread Kim Wegerle
uccess". I just wanted to go sure with my question, that there is nothing additional I have to do, when I use multiple struts config files with Tiles. 2007/7/25, Antonio Petrelli <[EMAIL PROTECTED]>: 2007/7/25, Kim Wegerle <[EMAIL PROTECTED]>: > Hello, > > I'm using

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

2007-07-25 Thread Antonio Petrelli
s there anything extra that I must define that Tiles needs to work correctly when I use multiple struts-config files? Is there anything in the log that could help? Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

multiple struts-config files -> empty Tiles Page

2007-07-25 Thread Kim Wegerle
needs to work correctly when I use multiple struts-config files? Thanks a lot :-) Kim

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

Multiple struts-config files with wildcards

2006-07-19 Thread Volker Krebs
Hello, I want to specify multiple struts-config files. But I don't want to use comma seperated list like config /WEB-INF/struts-config.xml, /WEB-INF/struts-config2.xml, /WEB-INF/struts-config3.xml I want to use wildcards. So it should look like this. config

RE: Resend : Multiple Struts-config files, multiple properties and validator

2005-07-08 Thread Sagar Naik
s > > use bundle this way > > depends="required"> > key="userEdit.user_name.displayname" bundle="user"/> > > > > -Original Message- > From: Sagar Naik [mailto:[EMAIL PROTECTED] > Sent: Thu 7

RE: Resend : Multiple Struts-config files, multiple properties and validator

2005-07-07 Thread Venkat Reddy Valluri
esend : Multiple Struts-config files, multiple properties and validator Hi I m using struts 1.2 mulitple struts-config files multiple properties files and now I have a validation.xml file for input validation of the form Ques 1. How do I get the keys defined in properties files in validation.xml 's fi

Resend : Multiple Struts-config files, multiple properties and validator

2005-07-07 Thread Sagar Naik
Hi I m using struts 1.2 mulitple struts-config files multiple properties files and now I have a validation.xml file for input validation of the form Ques 1. How do I get the keys defined in properties files in validation.xml 's field's arg0's key attribute Ques 2. Even if I get all the error mess

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

Multiple Struts-config problem

2005-01-12 Thread sachin
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-config.xml config/master /WEB-INF/master/master-config.xml and in the master-config.xml i have an action defined

Re: Multiple struts config files.

2004-12-29 Thread Kishore Senji
on we are using is 1.1. > Can some one direct me to a place or through some light with example on > how to implement multiple struts config files for an existing stable > code without much changes. > Waiting for inputs. &g

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

Multiple struts config files.

2004-12-27 Thread Amit Kumar Sharma
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 1.1. Can some one direct me to a place or through some light with example on how to implement multiple struts config files for an existing stable code without much

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
my project i want to use multiple > struts-config.xml file. > how to use? i know struts 1.1 supports multiple > struts config files. > > can anyone help me in this problem? > > > > Regards, > Krishna Srinivasan. > HCL Techno

Multiple Struts Config!!

2004-10-18 Thread Krishna Srinivasan, ISDC Chennai
HI, In my project i want to use multiple struts-config.xml file. how to use? i know struts 1.1 supports multiple struts config files. can anyone help me in this problem? Regards, Krishna Srinivasan. HCL Technologies Ltd. Insurance Solutions Development Center (ISDC

RE: multiple struts-config error

2004-09-22 Thread Joe Germuska
Ashutosh's example is for configuring Struts to use multiple modules. However, Struts does support a comma-separated list of struts-config files as the value of the 'config' init parameter (or any config/* init parameter for modules.) I find having multiple struts-con

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

multiple struts-config error

2004-09-22 Thread Viral_Thakkar
When I am tring to use multiple struts-config xml files in web.xml, I get below error on click of an action. 503 Service Unavailable Servlet error: Parsing error processing resource path /WEB-INF/resr-fin-struts-config.xml, /WEB-INF/resr-tam-struts-config.xml Any input

Re: validation wierdness possibly related to multiple struts config files

2004-07-15 Thread Niall Pemberton
y, July 15, 2004 3:14 PM Subject: Re: validation wierdness possibly related to multiple struts config files > h ... if i put that in mine I get a file not found exception the > commons-validator jar doesn't include that one. > with this definition it seems

Re: validation wierdness possibly related to multiple struts config files

2004-07-15 Thread Bryan Hunt
iginal Message - From: "Bryan Hunt" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 2:20 PM Subject: Re: validation wierdness possibly related to multiple struts config files finally solved it. When you hav

Re: validation wierdness possibly related to multiple struts config files

2004-07-15 Thread Niall Pemberton
-- From: "Bryan Hunt" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, July 15, 2004 2:20 PM Subject: Re: validation wierdness possibly related to multiple struts config files > finally solved it. > > When you have th

Re: validation wierdness possibly related to multiple struts config files

2004-07-15 Thread Bill Siggelkow
I am using this DTD declaration in my validation.xml and validator-rules.xml files: "-//Apache Software Foundation//DTD Commons Validator Rules Configuration 1.1//EN" "http://jakarta.apache.org/commons/dtds/validator_1_1.dtd";> It lets me access the new element. Bill Bryan

Re: validation wierdness possibly related to multiple struts config files

2004-07-15 Thread Bryan Hunt
finally solved it. When you have the following DTD definition in your validation.xml file snip= http://jakarta.apache.org/commons/dtds/validator_1_2_0.dtd";> =snip It breaks. When you have the following DTD definition in your validation.xml file * *snip= http://jakarta.apache.org/commons/dtds/valid

Re: validation wierdness possibly related to multiple struts config files

2004-07-15 Thread Bryan Hunt
Ok , dunno who to report this to but this validator stuff needs to be looked at before this is released to the public cause it's a bit of a mess. Just noticed that the version of validator-rules that is distributed is for the validator_1_1.dtd version. I think somebody needs to take a little lo

Re: validation wierdness possibly related to multiple struts config files

2004-07-15 Thread Bryan Hunt
Thank you Bill, your answer was correct. I've found that commons-validator as distibuted with the latest 1.2.1 version of struts doesn't include the http://jakarta.apache.org/commons/dtds/validator_1_2_0.dtd file. So despite my specifying the DTD like so snip= "-//Apache Software Found

Re: Re: validation wierdness possibly related to multiple struts config files

2004-07-14 Thread bryan
I am using a nightly build from about 1 week ago. I never updated my dtd for validator though. Im going to do that and check out your suggestion. Never occured to me that it mightnt be backwards compatatable. --b On Tue, 13 Jul 2004 15:52:41 -0400, Bill Siggelkow <[EMAIL PROTECTED]> wrote: > Are

Re: validation wierdness possibly related to multiple struts config files

2004-07-13 Thread Bill Siggelkow
Are you using Struts 1.2 or the nightly build? I had this issue the other day and I think I got around it by using the new element instead of -- simply change arg0 to arg in your validation.xml. Or you can try using the new position attribute: Bill Siggelkow Bryan Hunt wrote: I have the foll

validation wierdness possibly related to multiple struts config files

2004-07-13 Thread Bryan Hunt
I have the following jsp page snip= : etc etc etc =snip I have 4 struts config files default.xml,client.xml,admin.xml,sales.xml They are declared as so in my web.xml file. snip= config /WEB-INF/str