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
>
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
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.
>
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
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
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
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
> > > > >
> > > > > --- Kim Wegerle <[EMAIL PROTECTED]>
> > > > wrote:
> > > > >
> > > > > > This is a good advice. I will change the log
> > > > level
> > > > > > to debug. Perhaps I
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
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
> > >
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
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
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
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
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]
needs to work correctly when I use
multiple struts-config files?
Thanks a lot :-)
Kim
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
.
--
-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
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
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
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
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
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
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
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
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
--
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
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
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
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
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
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
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
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
47 matches
Mail list logo