STRUTS2 validator.xml

2009-02-10 Thread PEGASUS84
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

Re: Default validator-rules.xml and validator.xml

2008-02-27 Thread Laurie Harper
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]

Default validator-rules.xml and validator.xml

2008-02-27 Thread Asad Habib
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]

Using Action-method-validator.xml with Client Side JavaScript

2007-07-20 Thread Néstor Boscán
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

Using Action-method-validator.xml with Client Side JavaScript

2007-07-19 Thread Néstor Boscán
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

Using Action-method-validator.xml with Client Side JavaScript

2007-07-19 Thread Néstor Boscán
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

Re: Struts 1.2.9 missing validator.xml and validator-rules.xml.

2007-06-29 Thread Christopher Schultz
-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-

Re: Struts 1.2.9 missing validator.xml and validator-rules.xml.

2007-06-29 Thread Nuwan Chandrasoma
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

Struts 1.2.9 missing validator.xml and validator-rules.xml.

2007-06-29 Thread Søren Blidorf
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

RE: Adding another form fields to validator.xml problem

2006-09-13 Thread David Friedman
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

Adding another form fields to validator.xml problem

2006-09-11 Thread Mallik
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

MM/YY date format within validator.xml

2005-05-24 Thread papouasied
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

Inheritance using multiple validator.xml

2005-04-19 Thread Narayan, Anand
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

RE: disable validation of validator.xml & validator-rules.xml (partially OT now)

2004-12-01 Thread Joe Germuska
? 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

RE: disable validation of validator.xml & validator-rules.xml (partially OT now)

2004-12-01 Thread Marco Mistroni
-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

Re: disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Derek Broughton
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

Re: disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Joe Germuska
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

Re: disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Guillaume Cottenceau
"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\

disable validation of validator.xml & validator-rules.xml

2004-12-01 Thread Marco Mistroni
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

multiple struts-config.xml and validator.xml files for dealing with "stories"

2004-07-13 Thread Mark Shifman
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

RE: validator.xml usage

2004-06-02 Thread Mick . Knutson
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

RE: validator.xml usage

2004-06-01 Thread Matthias Wessendorf
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

RE: validator.xml usage

2004-06-01 Thread Mick . Knutson
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

RE: validator.xml usage

2004-06-01 Thread Matthias Wessendorf
; 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

RE: validator.xml usage

2004-06-01 Thread Mick . Knutson
= -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

Re: validator.xml usage

2004-06-01 Thread Rodrigo Oliveira
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

RE: validator.xml usage

2004-06-01 Thread Zhang, Larry \(L.\)
, 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

Re: validator.xml usage

2004-06-01 Thread Rodrigo Oliveira
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

Re: validator.xml usage

2004-06-01 Thread gads zooks
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

RE: validator.xml usage

2004-06-01 Thread 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]&

Re: validator.xml usage

2004-06-01 Thread Rodrigo Oliveira
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

RE: validator.xml usage

2004-06-01 Thread Mick . Knutson
- 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

RE: validator.xml usage

2004-06-01 Thread Zhang, Larry \(L.\)
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

validator.xml usage

2004-06-01 Thread Mick . Knutson
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 --- ---

Validator.xml

2004-05-25 Thread Zakaria khabot
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