Asad Habib wrote:
Hello. Where can I find these files for Struts 1.3.8?
They're packaged inside the struts.jar file.
L.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hello. Where can I find these files for Struts 1.3.8?
- Asad
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Vitaliy Selivanov wrote:
> Truncated. see log file for complete stacktrace
Did you look at the log file? Look for the root cause of the
ServletUnavailable exception.
L.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
file:
___
javax.servlet.UnavailableException: Cannot load a validator resource from
'/WEB-INF/validator-rules.xml, /WEB-INF/validation.xml'at
org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Søren,
Søren Blidorf wrote:
> I have upgraded to struts 1.2.9 and don't have validator.xml and
> validator-rules.xml.
validator-rules (in the 1.2 branch) somewhat recently moved into the
struts-core.jar file. You should change your plug-
ent: Friday, June 29, 2007 7:55 AM
Subject: Struts 1.2.9 missing validator.xml and validator-rules.xml.
Hi.
I have upgraded to struts 1.2.9 and dont have validator.xml and
validator-rules.xml.
Could this be why my struts app does not work? Do I need validator? I have
the
Hi.
I have upgraded to struts 1.2.9 and dont have validator.xml and
validator-rules.xml.
Could this be why my struts app does not work? Do I need validator? I have the
jar in my lib.
Soren, DK
Got it from Struts 1.1 distribution.
On 1/30/06, Karthik Manimaran <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Where can I get validator-rules.xml corresponding to struts
> 1.0.2corresponding to
> *http <http://jakarta.apache.org/commons/dtds/validator_1_0_1.dtd>*
Hi,
Where can I get validator-rules.xml corresponding to struts
1.0.2corresponding to
*http*://*jakarta*.*apache*.*org*/*commons*/*dtds*/*validator_1_0_1*.*dtd<http://jakarta.apache.org/commons/dtds/validator_1_0_1.dtd>
*
**
*Thanks and regards,*
*Karthik.*
From: "Roberto" <[EMAIL PROTECTED]>
>
> Then, I modified the validator-rules.xml in the follow manner:
>"-//Apache Software Foundation//DTD Commons Validator Rules
> Configuration 1.1.3//EN"
> "/WEB-INF/validator_1_2
Hi,
I work in localhost with Jboss. My validator-rules.xml had the follow code:
"-//Apache Software Foundation//DTD Commons Validator Rules
Configuration 1.1.3//EN"
"http://jakarta.apache.org/commons/dtds/validator_1_1_3.dtd";>
When I deployed m
stead of using the
computer. Shame on me, eh? :)
-Original Message-
From: Ray [mailto:[EMAIL PROTECTED]
Sent: Sunday, December 05, 2004 1:18 AM
To: Struts Users Mailing List
Subject: Re: Cannot load a validator resource from
'/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml'
MAIL PROTECTED]
Sent: Sunday, December 05, 2004 1:18 AM
To: Struts Users Mailing List
Subject: Re: Cannot load a validator resource from
'/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml'
Yep. Sure. Thanks ... :-)
-- MessageResource.properties -
# Resources file for STRU
EmailForm.emailAddress=Email address
#Template form
TemplateForm.name=Name
#Content types form
ContentTypesForm.orderOfType=Sequence number
ContentTypesForm.typeOfContent=Content name
-- End of MessageResource.properties -
-- validator-rules.xml --
"-//A
Ray,
Can you include your validatoin.xml and validator-rules.xml files plus copy
in the application resources from any files it may be using for messages?
regards,
David
-Original Message-
From: Ray [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 04, 2004 5:33 AM
To: [EMAIL PROTECTED
dator resource
from '/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml'
at
org.apache.struts.validator.ValidatorPlugIn.init(ValidatorPlugIn.java:174)
at
org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:839)
at org.apache.struts.action.ActionServlet.in
?
Regards marco
-Original Message-
From: Derek Broughton [mailto:[EMAIL PROTECTED]
Sent: 01 December 2004 14:05
To: Struts Users Mailing List
Subject: Re: disable validation of validator.xml & validator-rules.xml
On Wednesday 01 December 2004 08:36, Joe Germuska wrote:
Ultimately, this is
-Original Message-
From: Derek Broughton [mailto:[EMAIL PROTECTED]
Sent: 01 December 2004 14:05
To: Struts Users Mailing List
Subject: Re: disable validation of validator.xml & validator-rules.xml
On Wednesday 01 December 2004 08:36, Joe Germuska wrote:
> Ultimately, this is the responsibility
On Wednesday 01 December 2004 08:36, Joe Germuska wrote:
> Ultimately, this is the responsibility of the commons-validator
> library which Struts uses. For each config file, a
> "ValidatorResources" object is constructed. This object uses
> commons-digester to process the XML config.
>
> http://c
Ultimately, this is the responsibility of the commons-validator
library which Struts uses. For each config file, a
"ValidatorResources" object is constructed. This object uses
commons-digester to process the XML config.
http://cvs.apache.org/viewcvs.cgi/jakarta-commons/validator/src/share/org
"Marco Mistroni" writes:
> Hello all,
> Does anyone know how to disable the validation of the two files
> mentioned in the subject?
> Looks like struts, when loaded, is trying to validate those files
> against the DTD... and if by mistake my internet connection goes down,
> then code
> Won\
Hello all,
Does anyone know how to disable the validation of the two files
mentioned in the subject?
Looks like struts, when loaded, is trying to validate those files
against the DTD... and if by mistake my internet connection goes down,
then code
Won\t work. (meaning, I am using WAS Studio
Yes, thanks very much, that worked out great! Anna:)
From: Matt Bathje [mailto:[EMAIL PROTECTED]
Sent: Fri 01/10/2004 10:58 AM
To: Struts Users Mailing List
Subject: Re: validator-rules.xml behaviour
In your validateDate method, are you doing an errors.add
be to try taking the property attribute off of your
html:errors tag.
Matt
Anna Kerekes wrote:
Hello,
I am trying to add my own custom validation method to my validator-rules.xml file.
Here's the new snippet I am adding (Validator is a utility class I wrote to perform extra validation)
to me
like you need to add ActionMessages to your validateDate() method
Niall
- Original Message -
From: "Anna Kerekes" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, October 01, 2004 3:42 PM
Subject: validator-rules.
Hello,
I am trying to add my own custom validation method to my validator-rules.xml file.
Here's the new snippet I am adding (Validator is a utility class I wrote to perform
extra validation):
I have tried debugging my code, the validator does indeed go into my validateDate
metho
TED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, September 28, 2004 2:00 PM
Subject: validator-rules.xml
Does anyone know where I can get a copy of this file? In its default form?
thanks,
Anna
--
On Tue, 2004-09-28 at 15:05, Wendy Smoak wrote:
> From: "Anna Kerekes" <[EMAIL PROTECTED]>
> Does anyone know where I can get a copy of this file? In its default form?
>
> Yes, we do. ;)
>
> (There's one in the 'lib' directory of the Struts 1.2.4 distribution.)
>
> --
> Wendy Smoak
Or, if you
Find where struts is installed. Go into the webapp directory. You
should be able to unzip one of the example war files and then under the
WEB-INF directory of whichever example you pick you will find a pristine
validator-rules.xml file. I unzipped the examples.war file and found it
np.
-josh
If it is urgent, you may find my copy in the
attachment.
--- Anna Kerekes <[EMAIL PROTECTED]> wrote:
> Does anyone know where I can get a copy of this
> file? In its default form?
>
> thanks,
> Anna
>
>
-
> To unsubscribe, e-m
From: "Anna Kerekes" <[EMAIL PROTECTED]>
Does anyone know where I can get a copy of this file? In its default form?
Yes, we do. ;)
(There's one in the 'lib' directory of the Struts 1.2.4 distribution.)
--
Wendy Smoak
-
To uns
Does anyone know where I can get a copy of this file? In its default form?
thanks,
Anna
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
hi there,
I've noted an issue with the validator-rules.xml:
Right now Javascript validation is done sequentially for each datatype.
e.g. formValidationResult = formValidationResult = validateRequired(form)
&& validateByte(form) && validateShort(form) ...;
This means firs
Does the need to be unique?
Can you have two different validators with the same name but with different
class="..." definitions
-Ben
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
http://cvs.apache.org/viewcvs.cgi/jakarta-struts/conf/share/
- Original Message -
From: "Duggal, Sanjay" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, April 10, 2004 4:24 PM
Subject: validator-rules.xml
> Hi All,
>
> Where can i download
Hi All,
Where can i download the latest version of validator-rules.xml ??
Thanks.
Sanjay
This message contains information that may be privileged or confidential and
is the property of the Cap Gemini Ernst & Young Group. It is intended
36 matches
Mail list logo