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
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
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
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
30 matches
Mail list logo