Re: Struts Validator Problem

2003-01-17 Thread Dan Tran
check your validation.xml and makesure all dedined form field match with your jsp field. I ran to this before hope this help -D - Original Message - From: "Suresh Addagalla" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 17, 2003 6:42 AM Sub

Struts Validator Problem

2003-01-17 Thread Suresh Addagalla
Hi, I am facing a problem with Validator while doing client-side validation. IE is throwing the following error dialog when I submit the form: "type" is null or not an object The corresponding source code (validator generated) line the *second* line below: for (x in oRequired)

Struts Validator Problem

2003-01-17 Thread Suresh Addagalla
Hi, I am facing a problem with Validator while doing client-side validation. IE is throwing the following error dialog when I submit the form: "type" is null or not an object The corresponding source code (validator generated) line the *second* line below: for (x in oRequired)

Re: Re: questions about struts validator

2003-01-16 Thread Ying
t;Struts config file and not the action name. The first form entry is possible because of the ValidatorActionForm class. from: http://jakarta.apache.org/struts/api/org/apache/struts/validator/ValidatorActionForm.html "This class extends ValidatorForm and provides basic field validation

Re: Re: questions about struts validator

2003-01-15 Thread Giri Alwar
> This is the scenario that I was trying to figure out. > Suppose in the struts config file I've defined a form bean name "logonForm" > and an action named "/logon" which uses "logonForm". And suppose that > in validate.xml I've defined > > >... > > >... > >

Re: Re: questions about struts validator

2003-01-15 Thread Ying
comments. >- Original Message - >From: "Giri Alwar" <[EMAIL PROTECTED]> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >Date: Wed, 15 Jan 2003 13:40:33 -0600 >Subject: Re: questions about struts validator > > >See my commen

Re: questions about struts validator

2003-01-15 Thread Giri Alwar
See my comments below. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 15, 2003 11:40 AM Subject: questions about struts validator > Hello - > > After reading the struts validator documentation, I had some > qu

questions about struts validator

2003-01-15 Thread runningoutofword
Hello - After reading the struts validator documentation, I had some questions about it and was wondering if anyone knows the answer off the top of their head... Here are some questions: 1. Is there documentation on what 's are available for the standard Validators (the ones that came wit

Re: Struts Validator and security roles

2003-01-15 Thread V. Cekvenich
e formbean validation in model1, or anywhere where you need the bean. Or a variant of yours is to just do (1) and then do your role thingy. That code could be usefull to others. ,V PILGRIM, Peter, FM wrote: Hi Has anyone used the Struts Validator with security roles? What I would like to d

Struts Validator and security roles

2003-01-15 Thread PILGRIM, Peter, FM
Hi Has anyone used the Struts Validator with security roles? What I would like to do validate on fields which depend on the login account detail. It doesn't matter what kind of the credential either user id, realm, or group role but the type will be a java.lang.String. For example

Re: Struts--- Validator plugin HELP NEEDED!!

2003-01-14 Thread Giri Alwar
rules in validation.xml. - Original Message - From: "Vijay Khanna" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 3:07 AM Subject: Struts--- Validator plugin HELP NEEDED!! > Hello to all struts users. > > I am facing somew

Re: Struts Validator Problem

2003-01-14 Thread Rob Leland
Amit Keshav Kulkarni wrote: Hi All I facing problem in Validator - Struts 1.1 . I am having two fields and checking for the empty fields.While submitting the form with empty fields, I am getting the following error in Tomcat 4.0.3 This is the error that it is throwing in the Browser.. ja

RE: Struts--- Validator plugin HELP NEEDED!!

2003-01-14 Thread VEDRE, RANAPRATAP REDDY
rom: Vijay Khanna To: [EMAIL PROTECTED] Sent: 1/14/2003 4:07 AM Subject: Struts--- Validator plugin HELP NEEDED!! Hello to all struts users. I am facing somewhat unusual problem.The cuurent project is being built on struts 1.1 All the validations were earlier done is ACTIONFORMS.for good application

Struts Validator Problem

2003-01-14 Thread Amit Keshav Kulkarni
Hi All I facing problem in Validator - Struts 1.1 . I am having two fields and checking for the empty fields.While submitting the form with empty fields, I am getting the following error in Tomcat 4.0.3 This is the error that it is throwing in the Browser.. java.lang.NullPointerException

Struts--- Validator plugin HELP NEEDED!!

2003-01-14 Thread Vijay Khanna
Hello to all struts users. I am facing somewhat unusual problem.The cuurent project is being built on struts 1.1 All the validations were earlier done is ACTIONFORMS.for good application architecture we have decided to go for StrutsValidator/ Validator plugin which will take care of all the valida

Re: Struts Validator printing out starting JavaScript Tag Problem

2002-12-20 Thread Scott Reisdorf
Nevermind I got it to work. i had my validation.xml file properties wrong. Sorry. At 08:30 AM 12/20/2002 -0800, you wrote: Hi All, I am having problems using the Struts Validator Plugin and getting it to print out the starting JavaScript Tag - "

Struts Validator printing out starting JavaScript Tag Problem

2002-12-20 Thread Scott Reisdorf
Hi All, I am having problems using the Struts Validator Plugin and getting it to print out the starting JavaScript Tag - "

RE: Struts Validator

2002-12-17 Thread Hurdle, Robert H, PERSCOM
Users Mailing List Subject: Re: Struts Validator Suresh Addagalla wrote: >Thanks Iris. > >Could you recommend a good book (or online tutorial) for me to learn >Struts? I am going through a lot of material on the web, but more often >I am getting confused than learning something

Re: Struts Validator

2002-12-17 Thread Iris
ework, which ties into the Commons Validator package, you can remove this last piece of code and get rid of the form bean." Are we sure that we do need to define the form bean (which extends ValidatorForm) if we use Struts Validator? For now I didn't use DynaForm, but I know you

RE: Struts Validator

2002-12-17 Thread Suresh Addagalla
o the Commons Validator package, you can remove this last piece of code and get rid of the form bean." Are we sure that we do need to define the form bean (which extends ValidatorForm) if we use Struts Validator? Thanks, Suresh >-Original Message- >From: Iris [mailto:[EMAIL PR

RE: Struts Validator

2002-12-17 Thread James Turner
t make out fuzzy B&W photos on Amazon. Ok, so it's not Friday. I just always wonder how many people chose books based on the cover art. James > -Original Message- > From: Iris [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 17, 2002 5:01 AM > To: Struts

Re: Struts Validator

2002-12-17 Thread Iris
Suresh Addagalla wrote: Thanks Iris. Could you recommend a good book (or online tutorial) for me to learn Struts? I am going through a lot of material on the web, but more often I am getting confused than learning something new. Sorry, I don't know the books, I know there is advertisement abo

RE: Struts Validator

2002-12-17 Thread Suresh Addagalla
: Tuesday, December 17, 2002 3:12 PM >To: Struts Users Mailing List >Subject: Re: Struts Validator > > >Suresh Addagalla wrote: > >>Hi, >> >>I'm new to Struts and am trying to get a hang of Struts Validator >>framework. >> >>I defined the

Re: Struts Validator

2002-12-17 Thread Iris
Suresh Addagalla wrote: Hi, I'm new to Struts and am trying to get a hang of Struts Validator framework. I defined the validator-rules.xml, application.properties, validator.xml. To be able to do server-side validations, is it still required to have the ActionForm class? If yes, do we ne

Struts Validator

2002-12-17 Thread Suresh Addagalla
Hi, I'm new to Struts and am trying to get a hang of Struts Validator framework. I defined the validator-rules.xml, application.properties, validator.xml. To be able to do server-side validations, is it still required to have the ActionForm class? If yes, do we need to override the validate

RE: Struts Validator 4 digit numeric

2002-11-27 Thread Jarnot Voytek Contr AU HQ/SC
, 2002 9:28 AM To: Struts Users Mailing List Subject: RE: Struts Validator 4 digit numeric Yes, I did try that, it causes the same "Nested repetitions *?+ in expression" error. However removing the * seems to have fixed things. I thought the * had to be in the mask expression in valid

RE: Struts Validator 4 digit numeric

2002-11-27 Thread Jason Rosen
One of the best regex resources are the PERL man-pages: http://www.perldoc.com/perl5.8.0/pod/perlre.html Jason -Original Message- From: Greg Dunn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 7:28 AM To: Struts Users Mailing List Subject: RE: Struts Validator 4 digit

RE: Struts Validator 4 digit numeric

2002-11-27 Thread Greg Dunn
a good Reg. Expression tutorial? Thanks. Greg -Original Message- From: Jarnot Voytek Contr AU HQ/SC [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 9:14 AM To: 'Struts Users Mailing List' Subject: RE: Struts Validator 4 digit numeric Did you try ^\d{4}$ Why do you i

RE: Struts Validator 4 digit numeric

2002-11-27 Thread Jarnot Voytek Contr AU HQ/SC
Did you try ^\d{4}$ Why do you include the * in your regexp - I think that's what's breaking it. -- Voytek Jarnot -Original Message- From: Greg Dunn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27, 2002 9:07 AM To: Struts Users Mailing List Subject: Struts Validat

Struts Validator 4 digit numeric

2002-11-27 Thread Greg Dunn
I'm trying to use Struts Validator to validate a 4 digit numeric using a mask: mask ^[0-9]{4}*$ Which causes: "Invalid expression: ^[0-9]{4}*$ Nested repetitions *?+ in expression" The expression ^[0-9]^4*$ causes no exception bu

Validation problems with the struts validator

2002-11-20 Thread Declan O'Shanahan
Hi there, I am experiencing difficulty with the struts validation functionality. I am using Internet Explorer 6.0.28 and 6.0.26 running on Windows 2000 and the problem is that browser does not interpret the HTML of a response from a tomcat server (version 4.0.3) running under Tru64 with the result

Struts Validator

2002-11-07 Thread Jon.Ridgway
Hi All, I have two common validation issues I need some help with. Firstly I would like to use the validator to check that a password and its confirmation are equal. Secondly I would like to use the validator to ensure that a checkbox (terms and conditions) has been selected. A snippet for validat

RE: Struts Validator / dynamically enabling/disabling

2002-10-30 Thread Van Riper, Mike
6:58 AM > To: Struts Users Mailing List > Subject: Struts Validator / dynamically enabling/disabling > > > Hi. > > I am using the Struts Validator in conjunction with a > ValidatorForm. My html > form has two submit buttons, one for saving without > validation, ano

Struts Validator / dynamically enabling/disabling

2002-10-30 Thread Thomas Delnoij
Hi. I am using the Struts Validator in conjunction with a ValidatorForm. My html form has two submit buttons, one for saving without validation, another one with validation. Is it possible to dynamically switch on and of the validator depending on which button is pressed? I could of course

RE: Struts Validator for multiple Selects

2002-10-29 Thread Madel,Kurt
;select-multiple') && form[oRequired[x][0]].value == '') { Kurt Madel Programmer, CSMi (703) 823-4300 ext. 170 -Original Message- From: Madel,Kurt Sent: Tuesday, October 29, 2002 7:51 AM To: 'Struts Users Mailing List' Subject: RE: Strut

RE: Struts Validator for multiple Selects

2002-10-29 Thread Madel,Kurt
List' Subject: Struts Validator for multiple Selects We have a multiple select that is required. The following works on server side, but not client side: If changed to the following, it is caught on the server side, but no message

RE: Struts Validator for multiple Selects

2002-10-28 Thread Madel,Kurt
): Add Kurt Madel Programmer, CSMi (703) 823-4300 ext. 170 -Original Message- From: Madel,Kurt [mailto:kmadel@;csmi.com] Sent: Monday, October 28, 2002 4:24 PM To: 'Struts Users Mailing List' Subject: Struts Validator for multiple S

Struts Validator for multiple Selects

2002-10-28 Thread Madel,Kurt
We have a multiple select that is required. The following works on server side, but not client side: If changed to the following, it is caught on the server side, but no message is printed:

Re: Struts validator for date field

2002-10-24 Thread Rob Leland
Down load the Nightly build for Oct 25, it should now work. The patch that James Turner Championed was comitted, to remove the depends="required" attribute form the validator-rules.xml -Rob -- To unsubscribe, e-mail: For additional commands,

Struts validator for date field

2002-10-24 Thread Nicolas De Loof
Hello, I would like to use Struts validator to validate my form fields that are date formatted BUT are not mandatory. I tried this : datePatternStrict dd/MM/ ... but it validates my date field even if it is left blank, and

RE: [Struts Validator / i18N] accentuated letters with \w pattern dont work

2002-10-18 Thread Vincent PROSPER
[mailto:padma.ginnaram@;s1.com] Sent: Friday, October 18, 2002 3:46 PM To: 'Struts Users Mailing List' Subject: RE: [Struts Validator / i18N] accentuated letters with \w pattern dont work from regexp javadoc at http://jakarta.apache.org/regexp/apidocs/ \w Match

RE: [Struts Validator / i18N] accentuated letters with \w pattern dont work

2002-10-18 Thread Padma Ginnaram
-Padma -Original Message- From: Vincent PROSPER [mailto:Vincent.Prosper@;Alkinos.com] Sent: Friday, October 18, 2002 4:44 AM To: [EMAIL PROTECTED] Subject: [Struts Validator / i18N] accentuated letters with \w pattern dont work Hi, In my validation.xml file, I have the f

[Struts Validator / i18N] accentuated letters with \w pattern dont work

2002-10-18 Thread Vincent PROSPER
hed by the regexp ${name}... That is to say, "Rene" works but "René" doesn't! Could you please help me on this topic? NB: is also set in the JSP. Another question, that has nothing to do with the previous one, except it also concerns Struts Validator: How can I remov

Struts Validator problem error with default values

2002-10-16 Thread Heligon Sandra
I use Struts Validator in my application and I have the following error on my JSP login page: cannot be less than 3 characters. Password cannot be less than 3 characters. UsernamePassword Username: Password: This error has to

RE: Struts Validator doesn't seem to be working

2002-10-09 Thread Robert Leland
> So am I the only one having trouble with struts-validator.war on Tomcat > 4.1.12? If someone has recently had success deploying and running it, I > would appreciate knowing. If it's working for everyone else it must be > something in my configuration No, there is a bug in the Validator tha

RE: Struts Validator doesn't seem to be working

2002-10-01 Thread Halvorson, Loren
th Sun JDK 1.3.1_04) Thanks -Original Message- From: Halvorson, Loren [mailto:[EMAIL PROTECTED]] Sent: Monday, September 30, 2002 5:20 PM To: '[EMAIL PROTECTED]' Subject: Struts Validator doesn't seem to be working I'm wondering what I'm doing wrong. I tried dropp

Struts Validator doesn't seem to be working

2002-09-30 Thread Halvorson, Loren
.Bootstrap.main(Bootstrap.java:203) [ERROR] ValidatorPlugIn - -null 2002-09-30 17:03:35 StandardContext[/struts-validator]: Servlet /struts-validator threw load() exception javax.servlet.UnavailableException: Cannot load a validator resource from '/WEB-INF/validator-rules.xml, /WEB-INF/valida

Struts Validator

2002-09-25 Thread Day, Michael-IBM/TT
I have the following in my validation.xml file. I want to set the value to a parameter that was passed in via a POSTed form. If someone enters an invalid email, I'd like to say "[EMAIL PROTECTED] is an invalid email address." Is this possible?

Using Mask Validation in Struts Validator

2002-09-11 Thread Yosh-Rinaldy
Hope anyone can help. We are using Struts 1-1b2, and I imported the latest Jakarta ORO package, Commons BeanUtils, Logging, Collections and Digester We are using Validator Framework to perform validation, and we successfully implemented the "required, minlength, maxlength" validations. However,

Struts Validator and Mappedproperties

2002-08-28 Thread Joachim Gjesdal
Can I use Struts Validator with Mapped properties? I.e something like this: thanks, --- Joachim -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Extending Struts-Validator - Validation Routine not beingcalled.

2002-07-22 Thread Jerry Jalenak
All, Using the example from Dave's web-site, I've coded up the following custom validation in order to compare two password fields. I've included my struts-config, my application-rules.xml, and the java source. I'm missing something because I am getting a java.lang.NoSuchMethodException: compar

RE: Struts-Validator

2002-07-22 Thread Jerry Jalenak
e- > From: Chilukuri, Pratap N Mr USAREC > [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 22, 2002 10:40 AM > To: 'Struts Users Mailing List' > Subject: RE: Struts-Validator > > > In ValidatorUtil I can't find getActionError method according to Dave >

RE: Struts-Validator

2002-07-22 Thread Jerry Jalenak
7; Subject: RE: Struts-Validator In ValidatorUtil I can't find getActionError method according to Dave tutorial of comparing two fields. Can anyone shed some light as I can't find this method in latest build. -Original Message- From: Jerry Jalenak [mailto:[EMAIL PROTECTED]] S

RE: Struts-Validator

2002-07-22 Thread Chilukuri, Pratap N Mr USAREC
9:02 AM To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' Subject: RE: Struts-Validator Thanks! Never occurred to me to check Dave's site :-) Jerry -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 9:17 PM To: Struts Use

RE: Struts-Validator

2002-07-19 Thread Jerry Jalenak
Thanks! Never occurred to me to check Dave's site :-) Jerry -Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 9:17 PM To: Struts Users Mailing List Subject: Re: Struts-Validator http://home.earthlink.net/~dwinterfeldt/ Check that ou

Re: Struts-Validator

2002-07-18 Thread Eddie Bush
http://home.earthlink.net/~dwinterfeldt/ Check that out. I think it may contain what you're after. Jerry Jalenak wrote: >Can validator perform a comparison between two (or more) fields on a form? >If so, does anyone have a quick example from the validator-rules.xml that >they could post? > >T

Struts-Validator

2002-07-18 Thread Jerry Jalenak
Can validator perform a comparison between two (or more) fields on a form? If so, does anyone have a quick example from the validator-rules.xml that they could post? Thanks. Jerry Jalenak This transmission (and any information attached to it) may be confidential and is intended solely for the

running struts-validator with tomcat3.2.1

2002-07-12 Thread B S V PRASAD
Hai, could any body tell how to run the struts-validation sample program with tomcat3.2.1 when i am running i am getting the following exception.i have placed all the required jars in the tomcat lib. javax.xml.parsers.ParserConfigurationException: Namespace not supported by SAXParser a

Struts Validator

2002-07-04 Thread @Basebeans.com
Subject: Struts Validator From: "Adrian Cunningham" <[EMAIL PROTECTED]> === Hi, I have a couple of questions about the struts validator. In the application that I am developing I have a requirement for contract specific validation. By this I mean that an input form for t

Re: Struts Validator and global commands

2002-06-20 Thread David Winterfeldt
thing that eventually gets done. Then you could create a field set for something like an address and reuse it. But right now, you will need to duplicate similar fields between different form elements. David --- Alok Ghosh <[EMAIL PROTECTED]> wrote: > Hi, I am using the new version of St

Struts Validator and global commands

2002-06-20 Thread Alok Ghosh
Hi, I am using the new version of Struts Validator (v1.1) to validate a form on one page. The top of my form has common fields, ie. firstName, lastName, and the bottom of my form is dependent on a drop down box. (ie, different forms are shown on different drop down selections. Like Province

RE: Struts Validator 1.1 -- Solution WIll Not WOrk

2002-06-13 Thread David Winterfeldt
; > The example I'm having difficulty with is multiple > forms with multiple > fields with masked field validation which causes the > Struts Validator to > generate multiple versions of the function > > function mask () {} > > for each of the entries show

RE: Struts Validator 1.1 -- Solution WIll Not WOrk

2002-06-13 Thread Michael . Kashambuzi
The solution given below does not work for the case I described. jsType.jsp defines one form with several masked field validations. The example I'm having difficulty with is multiple forms with multiple fields with masked field validation which causes the Struts Validator to generate mul

Re: Struts Validator 1.1

2002-06-12 Thread David Winterfeldt
; > Form 2: method="post" > onsubmit="return validateForm2(this)" > > > Both of these forms contain one field that requires > a mask validation. > > However, version 1.0 of the Struts Validator which I > am us

RE: Struts Validator (resolved)

2002-06-11 Thread Robert Taylor
I just found out that the DynaValidatorActionForm provides this functionality (defined below). robert > -Original Message- > From: Robert Taylor [mailto:[EMAIL PROTECTED]] > Sent: Sunday, June 09, 2002 6:53 AM > To: Struts Users Mailing List > Subject: RE: Struts Validat

Version of Struts Validator?

2002-06-11 Thread Rosenblum, Jason
Hi, what is the version number of the Validator framework jar in commons that is packaged with Struts 1.1b1??? ~Jason -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Struts Validator

2002-06-11 Thread Arik Levin ( Tikal )
http://home.earthlink.net/~dwinterfeldt/index.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 3:54 PM To: [EMAIL PROTECTED] Subject: Struts Validator Hello all, Is there any documentation for the Struts validator? Thanks

Struts Validator

2002-06-11 Thread Stephen . Thompson
Hello all, Is there any documentation for the Struts validator? Thanks. Stephen. --- Copyright material and/or confidential and/or privileged information may be contained in this e-mail and any attached

Struts Validator 1.1

2002-06-11 Thread Michael . Kashambuzi
Does the Struts Validator v1.0 or v1.1 allow multiple page form validations? I have a page with two forms, each requiring validation before submission. Form 1: Form 2: Both of these forms contain one field that requires a mask validation

using struts Validator

2002-06-10 Thread Arik Levin ( Tikal )
Hi all. I'm considering of using the validator in my application. My question is. Did anyone here have disadvantages of using the validator. And thought to, go back to the old fashion way of javascript, or other manipulations.

RE: Struts Validator

2002-06-09 Thread Robert Taylor
iday, June 07, 2002 6:00 PM > To: Struts Users Mailing List > Subject: Re: Struts Validator > > > > I tend to think it's either you NOT use DispatchAction if you have > different validation requirements for the same form. The validator ties to > only one form per action

Re: Struts Validator

2002-06-07 Thread Raffy_Lata
xtend ValidatorActionForm like Peter suggested Peter Onthrops <[EMAIL PROTECTED]> on 06/07/2002 02:34:40 PM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> cc: Subject: Re: Struts Validator I

Re: Struts Validator

2002-06-07 Thread Peter Onthrops
. Robert Taylor <[EMAIL PROTECTED]> wrote: I want to leverage the declarative validation functionality offered by the Struts Validator package, but I have some reservations about how it works. In my particular configuration, my application will use DispatchActions to process common events. In many

Struts Validator

2002-06-07 Thread Robert Taylor
I want to leverage the declarative validation functionality offered by the Struts Validator package, but I have some reservations about how it works. In my particular configuration, my application will use DispatchActions to process common events. In many cases I will use one ActionForm for all

RE: Struts Validator DTD?

2002-06-07 Thread Michael Marrotte
Here's rules reverse engineered by NetBeans from the examples. --Michael Marrotte -Original Message- From: Byrne, Steven [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:22 PM To: [EMAIL PROTECTED] Subject: Struts Validator DTD? Is there a DTD (or schema) anywhere fo

RE: Struts Validator DTD?

2002-06-07 Thread Galbreath, Mark
http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd -Original Message- From: Byrne, Steven [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 7:22 PM Is there a DTD (or schema) anywhere for the validation rule XML that's accepted by the Struts Validator system? I

Struts Validator DTD?

2002-06-07 Thread Byrne, Steven
Is there a DTD (or schema) anywhere for the validation rule XML that's accepted by the Struts Validator system? I know it's using Digester to parse the rule definitions, but I was hoping for a more concrete/upleveled definition of the accepted syntax than the operational one defi

Re: Struts Validator

2002-05-28 Thread Fernando Esteban Barril Otero
this help, Fernando > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Tuesday, May 28, 2002 12:43 PM > Subject: Re: Struts Validator > > > There's an entry in the dev mail

Re: Struts Validator

2002-05-28 Thread Raffy_Lata
t nightly build Chuck Cavaness <[EMAIL PROTECTED]> on 05/27/2002 10:58:49 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> cc: Subject: Re: Struts Validator This may be

Re: Struts Validator

2002-05-27 Thread Chuck Cavaness
This may be of no help, but I didn't see that you had the dynamic attribute to "true" like this: Chuck At 02:42 PM 5/27/2002 -0300, you wrote: >Hi, > >Has anyone used the server-side validation with DynaActionForms using >the Struts Validator included in Stru

Struts Validator

2002-05-27 Thread Fernando Esteban Barril Otero
Hi, Has anyone used the server-side validation with DynaActionForms using the Struts Validator included in Struts 1.1-b1? There are two classes (DynaValidatorForm and DynaValidatorActionForm) in the package org.apache.struts.validator, but when I tried always generates a NullPointerException

Heads up on Struts validator that's in CVS

2002-05-22 Thread dion
Earlier today I committed the code and documentation for the Struts Plug-in for Maven. People who are building Maven from CVS can use this functionality now. Do an 'ant maven:site' to generate the docs until the site is updated. The Struts Plug-in currently has one target: validate-struts-war I

RE: struts validator

2002-05-17 Thread JM
[EMAIL PROTECTED] > Subject: struts validator > > > Dear Sir: > > Did you use the struts-validator.war from v1.1 b1? I put this file under > C:\jakarta-tomcat-4.0-b6\webapps, then run doNormal.bat. I got error > messages like > > [ERROR] ActionServlet - Parsing er

Struts Validator 'required' pluggable validator masks others?

2002-05-06 Thread David . A . Ventimiglia
corrects the error for the required field (fills in a value) and clicks 'Submit', she now sees the error message for 'maxlength'. This is really confusing for the user! It only seems to happen when 'required' fields are used. Has anyone else seen this? This is stru

struts-validator and javascript bundle

2002-04-23 Thread Reynaldo Timonera
Hi All, Is there a way to use the struts-validator javascript tag to use multi-resource bundle? Thanks, Reynaldo

Problems with struts-validator using multi-resource bundle (resource messages)

2002-04-22 Thread Reynaldo Timonera
Hi All, We've been successful using struts-validator with a single message resource bundle. When we used the same code with the multi-resource bundle we have problems: In the JSP use , it doesn't display the message in validation.xml which is arg0 for the validator-rules.xml.

RE: How do I disable struts-validator on first call using the do

2002-04-22 Thread Bill Page
switch (because old = new block def) but the form is null because you're coming from a menu and not a form submit. bp > -Original Message- > From: Reynaldo Timonera [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 21, 2002 8:39 AM > To: Struts Users Mailing List > Subj

Re: How do I disable struts-validator on first call using the do

2002-04-21 Thread Reynaldo Timonera
StrPath.indexOf(".do")); mapping.getMappings().findMapping(nextStrPath).setValidate(false); Thanks, Reynaldo - Original Message - From: "Don Saxton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Sunday, April 21, 2002 1:59 AM Subject: Re

Re: How do I disable struts-validator on first call using the do

2002-04-20 Thread Don Saxton
I thought this occurs on session forms but not request. does your case disprove that? - Original Message - From: "Reynaldo Timonera" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, April 20, 2002 6:14 AM Subject: H

Does struts-validator work with multiple resource bundle?

2002-04-20 Thread Reynaldo Timonera
Hi All, Does struts-validator work with multiple resource bundle? Thanks for your help, Reynaldo

How do I disable struts-validator on first call using the do

2002-04-20 Thread Reynaldo Timonera
Hi All, We're using the struts-validator and it's great. We have one problem: when the page is called through the do (/transferUtitlity.do), the validator fires and displays the error. We wanted on the first call to the page that the validator will be disabled. Thanks for

Re: Struts Validator error messages

2002-04-18 Thread Christian Bouessay
I'm not using Struts Validator, but have the same pb with alert('') ... To solve it, I use a javascript regexp expression : function message(text) { alert(text.replace(//, "")); } But, this is not generic ... -- C. Bouessay [EMAIL PROTECTED] wrote: > Hel

Re: Struts Validator error messages

2002-04-18 Thread Raffy_Lata
That's a good question...I also have the same problem...hope someone has the solution [EMAIL PROTECTED] on 04/18/2002 08:31:47 AM Please respond to "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc: Subject: Struts Validator error mes

Struts Validator error messages

2002-04-18 Thread David . A . Ventimiglia
Hello, How do I set up Struts Validator (from David Winterfeldt) for both server-side and client-side validation, yet not have HTML tags in the JavaScript popup boxes? In order to get the error messages to show up properly on the page, I need to include a formatting element like in the

Re: Struts Validator

2002-04-07 Thread David Winterfeldt
e;" so the JavaScript validation isn't performed and the onclick attribute of a html:submit tag can be assigned "bCancel=false;". David --- taranjeet <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am using struts-validator for form validations, > > it is w

Struts Validator

2002-04-07 Thread taranjeet
Hi, I am using struts-validator for form validations, it is working fine for Save submit but I dont want to validate form for search button , I tried the switch to cancel validation it isn't workng I am using Struts_Validator-20010308.jar,jakarta-regexp-1.2.jar,struts2001030

dynamic constraints w/ Struts validator

2002-04-05 Thread Marc-André Thibodeau
Hi! I'm using Struts 1.0.2 with the validator framework in a quite simple form application. It's particularity is that constraints on some fields (for example, the integer range for some input) may be determined at runtime. But the validator framework does not seem to allow to set these constrai

Re: Struts Validator: Use of anchor tag

2002-03-26 Thread David Winterfeldt
My last e-mail about the issue with single quotes was referring to the JavaScript part of the Struts Validator. The filter="false" is the way to go rendering the html. David --- Struts Newsgroup <[EMAIL PROTECTED]> wrote: > Subject: Re: Struts Validator: Use of anchor

Re: Struts Validator: Use of anchor tag

2002-03-26 Thread David Winterfeldt
rvices > > "Struts Newsgroup (@Basebeans.com)" wrote: > > > > Subject: Struts Validator: Use of anchor tag > > From: "Arthur Frankel" <[EMAIL PROTECTED]> > > === > > Due to lots of fields on a form, I am trying to > offer links wi

Re: Struts Validator: Use of anchor tag

2002-03-26 Thread @Basebeans.com
Subject: Re: Struts Validator: Use of anchor tag From: "Arthur Frankel" <[EMAIL PROTECTED]> === Got it: Use filter="false" in the bean:write of the error "Arthur Frankel" <[EMAIL PROTECTED]> wrote in message news:a7d0l7$4ci$[EMAIL PROTECTED]... >

<    1   2   3   4   >