e error message, if the login is wrong, comes from the file
login-validation.xml not appear above the username field but go down and I
would like especially to link it in another action. someone knows how can I
do?
--
View this message in context:
http://www.nabble.com/STRUTS2-validator.xml-tp21
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]
Hi
I have an Action that has many methods that are invoked and I just want some
of them to be validated. Now I also want client side JavaScript validation.
If I use the Action-method-validator.xml no validation is perform on the
client side, only when I use Action-validator.xml it will generate
Hi
I have an Action that has many methods that are invoked and I just want some
of them to be validated. Now I also want client side JavaScript validation.
If I use the Action-method-validator.xml no validation is perform on the
client side, only when I use Action-validator.xml it will generate
Hi
I have an Action that has many methods that are invoked and I just want some
of them to be validated. Now I also want client side JavaScript validation.
If I use the Action-method-validator.xml no validation is perform on the
client side, only when I use Action-validator.xml it will generate
-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
2006 2:37 AM
To: user@struts.apache.org
Subject: Adding another form fields to validator.xml problem
HI friends
i am using validator framework for client side validations in my web
application
i added login page validations in validator.xml file , it working fine
the problem starts when
HI friends
i am using validator framework for client side validations in my web
application
i added login page validations in validator.xml file , it working fine
the problem starts when i added another collegeForm fields,
if i added atleast one field like id
the server saying that no
hi,
inside validator.xml,
is it possible to use the MM/YY format with the date validator ?
The documentation gives examples with MM/dd/
http://struts.apache.org/userGuide/dev_validator.html
but not with MM/YY.
I tried this:
datePatternStrictMM/yy
Validation is not
Here's what I am trying to do:
I need to use a "default" validator.xml file to configure validations for
fields on forms.
I also want to be able to specify another "custom" validator xml file, say
"validator-custom.xml" which contain
changes to the validations o
?
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
o use finely-grained Struts configs, so that each "pageflow" or "story" is represented by its own struts-config.xml and validator.xml. This requires a strong naming convention to be sure the members of each config overlaps, but it makes it very easy to work with each use-ca
That worked!
Thanks
-Original Message-
From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 2:11 PM
To: 'Struts Users Mailing List'
Subject: RE: validator.xml usage
type="org.apache.struts.validator.DynaValidatorActionF
ROTECTED]
> Sent: Tuesday, June 01, 2004 10:56 PM
> To: [EMAIL PROTECTED]
> Subject: RE: validator.xml usage
>
>
> OK, Here is the lot then of what I have already configured.
> Note that nothing happends though when I run it. So when I go
> to productSelection.do and do
Please see my last email. I have everything you mentioned
-Original Message-
From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 1:59 PM
To: 'Struts Users Mailing List'
Subject: RE: validator.xml usage
Did you got i work?
DynaValidatorActionF
; To: [EMAIL PROTECTED]
> Subject: RE: validator.xml usage
>
>
> I tried to call form.validate(), but there was not any
> validation that was performed.
>
> Right now I have DynaValidationActionForm's.
>
>
>
> -Original Message-
> From: Rodri
=
-Original Message-
From: Rodrigo Oliveira [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 1:31 PM
To: Struts Users Mailing List
Subject: Re: validator.xml usage
That is true! if u specify that in the struts-config.xml
ent: Tuesday, June 01, 2004 5:20 PM
Subject: RE: validator.xml usage
validation.xml and validator-rules.xml in Struts validation framework are
used for both client and server side validation.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2
,
javax.servlet.http.HttpServletRequest),
Hope this helps.
Larry Zhang
-Original Message-
From: gads zooks [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 4:32 PM
To: Struts Users Mailing List
Subject: Re: validator.xml usage
that is trueif u want to use server
That is true! if u specify that in the struts-config.xml!!! :)
Rodrigo Oliveira
[EMAIL PROTECTED]
- Original Message -
From: "gads zooks" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 01, 2004 5:32 PM
odrigo Oliveira
[EMAIL PROTECTED]
- Original Message -
From:
To:
Sent: Tuesday, June 01, 2004 5:15 PM
Subject: validator.xml usage
> Is the validator.xml just for client-side validation? Or also for
> server-side validation
>
>
> ---
> > Thanks...
> > Mick Knutson
t: Re: validator.xml usage
The validation.xml you put the rules for client and server validation. The
struts validator validate your forms based on same validation rules.
[]´s
Rodrigo Oliveira
[EMAIL PROTECTED]
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]&
e 01, 2004 5:15 PM
Subject: validator.xml usage
> Is the validator.xml just for client-side validation? Or also for
> server-side validation
>
>
> ---
> > Thanks...
> > Mick Knutson
> >
> > 525 Market Street, SF, CA 94103
> &g
-
From: Zhang, Larry (L.) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 1:21 PM
To: Struts Users Mailing List
Subject: RE: validator.xml usage
validation.xml and validator-rules.xml in Struts validation framework are
used for both client and server side validation.
-Origin
validation.xml and validator-rules.xml in Struts validation framework are used for
both client and server side validation.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 01, 2004 4:15 PM
To: [EMAIL PROTECTED]
Subject: validator.xml usage
Is the
Is the validator.xml just for client-side validation? Or also for
server-side validation
---
> Thanks...
> Mick Knutson
>
> 525 Market Street, SF, CA 94103
> (415) 222-1020
> [EMAIL PROTECTED]
> MAC A0103-223
---
---
Hi all,
I am using Validator.xml to compare if the LIB in the formset is the same in my
DataBase corresponding to a COD which is in an other field of the formset.
In My Validation.xml :
field[0]
cod_grade
fieldTest[0]
COD_DEPT
fieldValue[0]
LIB_DEPT
fieldTable[0]
TAB_DEPT
35 matches
Mail list logo