RE: Struts Validator and Select boxes

2004-03-26 Thread Janarthan Sathiamurthy
Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, March 26, 2004 8:55 PM To: Struts Users Mailing List Subject: Re: Struts Validator and Select boxes Posting whats in your validation.xml for the form and the bit of your jsp with your select fields would be helpfull. If you

Re: Struts Validator and Select boxes

2004-03-26 Thread Niall Pemberton
From: "Janarthan Sathiamurthy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 25, 2004 4:46 PM Subject: Struts Validator and Select boxes Hi, I am using Struts validator. One page of mine has dates displayed as "MM" "DD" "&quo

Any Takers ?RE: Struts Validator and Select boxes

2004-03-26 Thread Janarthan Sathiamurthy
Any help/takers ? -Original Message- From: Janarthan Sathiamurthy Sent: Thursday, March 25, 2004 10:16 PM To: [EMAIL PROTECTED] Subject: Struts Validator and Select boxes Hi, I am using Struts validator. One page of mine has dates displayed as "MM" "DD" "Y

Struts Validator and Select boxes

2004-03-25 Thread Janarthan Sathiamurthy
Hi, I am using Struts validator. One page of mine has dates displayed as "MM" "DD" "". All the above 3 are displayed in seprate combo/select boxes. I need to do some custom validations on these fields. I wrote a custom class for the same Looks like - publi

RE: Struts validator Regular Expressions

2004-03-24 Thread Janarthan Sathiamurthy
Hi, This is a good one to get started - http://weblogtoolscollection.com/regex/regex.php Best Regards, Janarthan S -Original Message- From: Joao Batistella [mailto:[EMAIL PROTECTED] Sent: Thursday, March 25, 2004 12:03 AM To: 'Struts Users Mailing List' Subject: Struts validat

Re: Struts validator Regular Expressions

2004-03-24 Thread Niall Pemberton
t;[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 6:52 PM Subject: RE: Struts validator Regular Expressions don't quote me but the javadocs for jakarta's regular expression's RE class are ok. Also I believe ever

Re: Struts validator Regular Expressions

2004-03-24 Thread Frank Schaare
Hi, this should be very close to \d{1,3}[.]\d{1,3}[.]\d{1,3}[.]\d{1,3} I need to validate an IP address and I don't know how is the syntax in the validator config file. take your time to study this: http://java.sun.com/docs/books/tutorial/extra/regex/ It's worth the trouble, regex rox !

RE: Struts validator Regular Expressions

2004-03-24 Thread Takhar, Sandeep
Struts Users Mailing List' Subject: Struts validator Regular Expressions Hello! Do you know any document where can I learn how to build regular expressions for Struts Validator? I need to validate an IP address and I don't know how is the syntax in the

Struts validator Regular Expressions

2004-03-24 Thread Joao Batistella
Hello! Do you know any document where can I learn how to build regular expressions for Struts Validator? I need to validate an IP address and I don't know how is the syntax in the validator config file. Thanks, JP

Re: Struts Validator

2004-03-24 Thread Niall Pemberton
Whats missing from your question is how are you identifying which "client" a user belongs to? Niall - Original Message - From: "Matthew Clark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 22, 2004 12:09 PM Subject: Struts Validator H

Struts Validator

2004-03-22 Thread Matthew Clark
ion config at runtime when using the struts validator? So each of our clients could have a configuration file that specified which validation XML file to use for a given input form? We could use a different form for each user but that would be inefficient and a maintenance nightmare.. I want to cal

Re: Map-backed Forms and Struts Validator

2004-03-18 Thread Adam Hardy
. Also it says you can't use validWhen until you upgrade to struts 1.2 or a nightly build. I admit, it doesn't look hopeful. Have you tried a simple test case using the syntax like in the ppt doc? Adam On 03/18/2004 12:56 AM Derek Richardson wrote: Read through the various Struts va

RE: [SOLVED] Struts Validator prints all javascript functions

2004-03-17 Thread Kunal H. Parikh
ruts Users Mailing List' Cc: 'Joe Germuska'; 'Theodosios Paschalidis' Subject: RE: [SOLVED] Struts Validator prints all javascript functions Hi All! After some debugging, I worked out that there are two variables "dynamicJavaScript" and "staticJavaScript"

RE: [SOLVED] Struts Validator prints all javascript functions

2004-03-17 Thread Kunal H. Parikh
e. to only display relevant JS methods, your tag should look like, cheers, kunal -Original Message- From: Kunal H. Parikh [mailto:[EMAIL PROTECTED] Sent: Monday, 15 March 2004 08:55 To: 'Struts Users Mailing List' Subject: Struts Validator prints all javascrip

Map-backed Forms and Struts Validator

2004-03-17 Thread Derek Richardson
Read through the various Struts validator docs and the map-backed form faq but didn't see this. James Turner's "Indexed Properties and Validation" presentation (http://www.strutskickstart.com/IndexedPropertiesandValidation.ppt) came close, but still not explicit enough

Re: Struts Validator prints all javascript functions

2004-03-15 Thread Theodosios Paschalidis
March 15, 2004 9:38 PM Subject: RE: Struts Validator prints all javascript functions Hi Guys ! Does anyone think that this could be happening because I am using Tiles ? Kunal -Original Message- From: Kunal H. Parikh [mailto:[EMAIL PROTECTED] Sent: Monday, 15 March 2004 10:12 To: '

RE: Struts Validator prints all javascript functions

2004-03-15 Thread Kunal H. Parikh
Hi Guys ! Does anyone think that this could be happening because I am using Tiles ? Kunal -Original Message- From: Kunal H. Parikh [mailto:[EMAIL PROTECTED] Sent: Monday, 15 March 2004 10:12 To: 'Struts Users Mailing List' Subject: RE: Struts Validator prints all javascript

RE: Struts Validator prints all javascript functions

2004-03-14 Thread Kunal H. Parikh
:[EMAIL PROTECTED] On Behalf Of Marino A. Jonsson Sent: Monday, 15 March 2004 10:07 To: [EMAIL PROTECTED] Subject: Re: Struts Validator prints all javascript functions hmm ... that's not my experience - the dynamic parts are rendered as they should, but all the static javascript is then rendere

Re: Struts Validator prints all javascript functions

2004-03-14 Thread Marino A. Jonsson
ews:[EMAIL PROTECTED] > At 8:55 AM +1100 3/15/04, Kunal H. Parikh wrote: > >Hi All! > > > >I am attempting to use Struts Validator. > > > >All works well, but I am only using the "required" validation in my code. > > > >However, the JavaScrip

Re: Struts Validator prints all javascript functions

2004-03-14 Thread Joe Germuska
At 8:55 AM +1100 3/15/04, Kunal H. Parikh wrote: Hi All! I am attempting to use Struts Validator. All works well, but I am only using the "required" validation in my code. However, the JavaScript that gets generated, include other functions like checkEmail, minLength, etc. etc. Is thi

Struts Validator prints all javascript functions

2004-03-14 Thread Kunal H. Parikh
Hi All! I am attempting to use Struts Validator. All works well, but I am only using the "required" validation in my code. However, the JavaScript that gets generated, include other functions like checkEmail, minLength, etc. etc. Is this expected behaviour? My

Re: Struts Validator

2004-03-08 Thread Niall Pemberton
ndran" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, March 08, 2004 9:43 AM Subject: Struts Validator > Can any one please send me the URL of where struts validator files are. I > want to use the validator in my project. So

Struts Validator

2004-03-08 Thread Ramachandran
Can any one please send me the URL of where struts validator files are. I want to use the validator in my project. So i am in the need pf such class files... Thanx, Ram - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts logic combined with the struts validator

2004-03-03 Thread Alexander Craen
is there anyone on this list who writes his own validators ? - Original Message - From: "Alexander Craen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 11:41 PM Subject: Re: Struts logic combined wi

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
Message - From: "Alexander Craen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 3:38 PM Subject: Re: Struts logic combined with the struts validator > Well , > > I thought about this as well.. howe

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
From: "Matt Bathje" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 3:24 PM Subject: Re: Struts logic combined with the struts validator > Alexander - > > Usually when I have this situation I just

Re: Struts logic combined with the struts validator

2004-03-02 Thread Matt Bathje
he requiredifpresent or something like that, but this always seemed much simpler. Matt Bathje - Original Message - From: "Alexander Craen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 02, 2004 8:14 AM Subject: Re: Struts logic combined with

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
gt; > > > > Problem description : > When a customer is of customertype 'business' the field bill_vat_nr is > showed on the page and is required when a customer is not of customertype > 'business' the field bill_vat_nr is not showed on the page and the

RE: Struts Validator overriding cache-control?

2004-01-15 Thread Brown, James
ailto:[EMAIL PROTECTED] > > Sent: 2004 January 14 21.57 > > To: Struts Users Mailing List > > Subject: Re: Struts Validator overriding cache-control? > > > > > > The sequence you described is the expected behavior. > > Comments below. > > >

RE: Struts Validator overriding cache-control?

2004-01-14 Thread Brown, James
t: 2004 January 14 21.57 > To: Struts Users Mailing List > Subject: Re: Struts Validator overriding cache-control? > > > The sequence you described is the expected behavior. > Comments below. > > --- "Brown, James" <[EMAIL PROTECTED]> wrote: > >

Re: Struts Validator overriding cache-control?

2004-01-14 Thread Hubert Rabago
The sequence you described is the expected behavior. Comments below. --- "Brown, James" <[EMAIL PROTECTED]> wrote: > We have encountered a situation wherein it appears that the server-side > validation provided by the struts-validator and that of > ValidatorForm.va

Struts Validator overriding cache-control?

2004-01-14 Thread Brown, James
We have encountered a situation wherein it appears that the server-side validation provided by the struts-validator and that of ValidatorForm.validate(...) appears to be overriding the controller's nocache value. The scenario we have encountered is follows: 1. user enters data on a page

RE: struts validator framework

2003-12-16 Thread John . Pitchko
BDY.RTF Description: RTF file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: struts validator framework

2003-12-16 Thread Robert Taylor
; To: [EMAIL PROTECTED] > Subject: struts validator framework > > > hi, > just a question about using the validator-fw. > > i want to describe a formbean in struts-config > incl. its proberties. > > like: > > >type="java.lang.String"/>

struts validator framework

2003-12-16 Thread Jan Dirksen
hi, just a question about using the validator-fw. i want to describe a formbean in struts-config incl. its proberties. like: for validation i want to use the framework i guess: -DynaValidatorForm: validation rules are executed based on form name -DynaValidatorActionForm: validation

RE: Does the Struts Validator work with DynaActionForms?

2003-12-16 Thread Robert Taylor
Yes. You should use DynaValidatorForm or DynaValidatorActionForm. robert > -Original Message- > From: Anderson, James H [IT] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 16, 2003 9:21 AM > To: Struts Users Mailing List > Subject: Does the Struts Validator work with

Does the Struts Validator work with DynaActionForms?

2003-12-16 Thread Anderson, James H [IT]
I see that to setup server-side vaildations one must extend the ValidatorForm or ValidatorActionForm class, but for dynamic form support one must extend the DynaActionForm class... - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: Struts validator with Date property ???

2003-12-03 Thread Ramachandiran, Karuna
aruna -Original Message- From: Mauricio T. Ferraz [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 1:10 PM To: Struts Users Mailing List Subject: Struts validator with Date property ??? In my Form a hava a property java.util.Date, I can use the validator Struts? Or I just can have prope

Struts validator with Date property ???

2003-12-03 Thread Mauricio T. Ferraz
In my Form a hava a property java.util.Date, I can use the validator Struts? Or I just can have properties "Strings" ??? in my textfiels on form??? In the Struts' webapps has a example, the use only String to input of data... I got java.lang.IllegalArgumentException: argument type mismatch Tha

RE: Struts-Validator & Websphere

2003-12-02 Thread John . Pitchko
BDY.RTF Description: RTF file - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts-Validator & Websphere

2003-12-02 Thread Rouven Gehm
Hi, i'm working with WSAD 5.0 to program some webapps with the builtin Struts 1.1 Beta. Now i want to use the Struts Validator, but as the builtin WSAD Struts Version doesn't support it and doesn't give me a validator-rules.xml, i want to replace it with the latest Struts releas

Re: AW: Struts Validator with special characters

2003-11-27 Thread Arne Brutschy
Hello, Thursday, November 27, 2003, 3:11:40 PM, Samuel wrote: SOBtsc> do This: SOBtsc> SOBtsc> SOBtsc> alphanumeric SOBtsc> ^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-]*$ SOBtsc> SOBtsc> SOBtsc> alphanumericSP SOBtsc> ^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-\ ]*$ SOBtsc> SOBtsc> Same thing,

AW: Struts Validator with special characters

2003-11-27 Thread Samuel . Opoku-Boadu
\-\ ]*$ -Ursprüngliche Nachricht- Von: Arne Brutschy [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 27. November 2003 12:20 An: [EMAIL PROTECTED] Betreff: Struts Validator with special characters Hello, I found a problem with the struts validator. It seems that it is not possible to use special characters

Struts Validator with special characters

2003-11-27 Thread Arne Brutschy
Hello, I found a problem with the struts validator. It seems that it is not possible to use special characters (like german "Umlaute") in an regular expression.. I tried this: name ^[\-\'\`\´\.\ a-zäöüßáéíúóàèìùòâêîôûñA-ZÄÖÜÁÉÍÓÚÀÈÌÒÙÑ]+$ Hans Mueller

RE: Struts & Validator question

2003-11-24 Thread LACKEY,DAVID (HP-PaloAlto,ex1)
Struts site. Its late and I know I must be staring at the issue and just not realizing it. David > -Original Message- > From: David Friedman [mailto:[EMAIL PROTECTED] > Sent: Sunday, November 23, 2003 11:09 PM > To: Struts Users Mailing List > Subject: RE: Struts &

RE: Struts & Validator question

2003-11-24 Thread David Friedman
November 24, 2003 1:58 AM To: Struts Users Mailing List Subject: Struts & Validator question All, I posted this a few hours ago on the jakarta-commons list and have not come up with a solution yet. I decided to commit the sin of x-posting it here since this may very well be a struts issu

Struts & Validator question

2003-11-24 Thread LACKEY,DAVID (HP-PaloAlto,ex1)
All, I posted this a few hours ago on the jakarta-commons list and have not come up with a solution yet. I decided to commit the sin of x-posting it here since this may very well be a struts issue. I hope this is not a newbie question. I have RTFM several times. I suspect I must be missing s

Struts Validator + Cross Locale Validations.

2003-11-11 Thread Vara Prasad Reddy
Using Struts validator how can I do cross locale validations? Meaning, I want the validation to be done on one locale, but the error message should be from other locale. Example, The validation should be according to de-DE locale, but the error message should be of en-CA Thanks in Advance, Vara

Indexed Properties & Struts Validator

2003-11-03 Thread Frederic Dernbach
I would like to know how to use the Struts Validator with indexed properties. I cannot display error messages under the field (but the validator obviously works and performs validation). Below is the relevant parts of my JSP ,valdiation.xml file and form : Upon submission of the JSP's fo

Re: Struts Validator with Indexed Properties

2003-11-03 Thread Frederic Dernbach
ot;orderNumber" > indexedListProperty="parameter" > depends="required,integer,positive"> > > > > You have specified it as > indexedListProperty="parameters" > > Plz Verify your validation.xml. > > -Vijay >

Re: Struts Validator with Indexed Properties

2003-11-03 Thread Vijaykumar
Hi Frederic, I thing in validation.xml u must provide your setting as You have specified it as indexedListProperty="parameters" Plz Verify your validation.xml. -Vijay Frederic Dernbach wrote: I would like to know how to use the Struts Validator with indexed properties

Struts Validator with Indexed Properties

2003-11-03 Thread Frederic Dernbach
I would like to know how to use the Struts Validator with indexed properties. I cannot display error messages under the field (but the validator obviously works and performs validation). Below is the relevant parts of my JSP and of my valdiation.xml file : Upon submission of the JSP's fo

Re: Using DispatchAction class with Struts Validator

2003-09-17 Thread Burhan Nazir
PROTECTED] > Subject: Using DispatchAction class with Struts Validator > > > Got a problem thats been bugging me for a while: > > I'm using an action class that extends DispatchAction class. The methods in > this class use the same ActionForm class (DynaValidator

RE: Using DispatchAction class with Struts Validator

2003-09-17 Thread Mike Jasnowski
r 17, 2003 12:50 PM To: [EMAIL PROTECTED] Subject: Using DispatchAction class with Struts Validator Got a problem thats been bugging me for a while: I'm using an action class that extends DispatchAction class. The methods in this class use the same ActionForm class (DynaValidatorActionForm

Using DispatchAction class with Struts Validator

2003-09-17 Thread Burhan Nazir
Got a problem thats been bugging me for a while: I'm using an action class that extends DispatchAction class. The methods in this class use the same ActionForm class (DynaValidatorActionForm). However, the validation requirments for each method in the dispatch class are different. I understand

Re: Struts Validator and Hidden Field

2003-09-01 Thread Joe @ Team345
om: "Wendy Smoak" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 3:36 PM Subject: RE: Struts Validator and Hidden Field I was wondering if it is possible to validate a hidden field using the Str

RE: Struts Validator and Hidden Field

2003-08-29 Thread Wendy Smoak
Octavia wrote: > I have tried to validate it as any other input field, but have not had any luck. > Any suggestions/ideas? Thanks much! You'll have to post some of your code before anyone will have any idea why it's not working. The Validator also logs copious amounts of info, you should be able

Re: Struts Validator and Hidden Field

2003-08-28 Thread Octavia Yung
, but have not had any luck. Any suggestions/ideas? Thanks much! - Original Message - From: "Wendy Smoak" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 3:36 PM Subject: RE: Struts Valida

RE: Struts Validator and Hidden Field

2003-08-28 Thread Wendy Smoak
> I was wondering if it is possible to validate a hidden field using the > Struts Validator framework. If so, an example would be extremely helpful. Validator is a separate project in the Jakarta Commons, it's not part of Struts proper. Sure you could validate a hidden field, but

Re: Struts Validator and Hidden Field

2003-08-28 Thread David Erickson
As far as I was aware validating a hidden field is the exact same as validating any other field.. just make sure the name of the field in your To: <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 4:13 PM Subject: Struts Validator and Hidden Field Hi Everyone, I was wondering if

Struts Validator and Hidden Field

2003-08-28 Thread Octavia Yung
Hi Everyone, I was wondering if it is possible to validate a hidden field using the Struts Validator framework. If so, an example would be extremely helpful. Thanks in advance! Octavia

Re: Struts Validator mask

2003-08-22 Thread K.C. Baltz
I'm not familiar with the use of double quotes in regexes. However, you seem to have the right idea. Instead of quotes, try using \\ in place of each \ you want to match. E.g.: ^\\(\\[A-Za-z0-0_-]+)+\\?$ Quick explanation \\ - Must start with a single backslash (\\[A-Za-z0-0_-]+) - A patt

Struts Validator mask

2003-08-22 Thread Daniel Massie
I am trying to write a regular expression to represent a network path. Network paths are of the form \\path\to\folder The regular expression which I thought would achieve this is ^"\"{2}([A-Za-z0-9]"-_")+"\"{1}([A-Za-z0-9]"-_\")+$ But I am having no luck. Can anyone help? Thanks Daniel Massie -

Re: Using Struts validator framework outside of struts

2003-08-18 Thread David Graham
--- Mehran Zonouzi <[EMAIL PROTECTED]> wrote: > Hi, > > I am very new to the validator framework. I would like to use it outside > of Struts framework. Is it possible to do this? > If so can someone point me in the right direction plz... Commons Validator is usable outside of Struts but you'll ha

Re: Using Struts validator framework outside of struts

2003-08-18 Thread Mehran Zonouzi
cc: Subject: Re: Using Struts validator framework outside of struts 18/08/03 12:26

Re: Using Struts validator framework outside of struts

2003-08-18 Thread Jeff Kyser
The O'Reilly book 'Jakarta Struts' by Chuck Cavaness has a small section on the subject starting on page 279 that might be of help. I've never tried it though... -jeff On Monday, August 18, 2003, at 03:49 AM, Mehran Zonouzi wrote: Hi, I am very new to the validator framework. I would like to

Using Struts validator framework outside of struts

2003-08-18 Thread Mehran Zonouzi
Hi, I am very new to the validator framework. I would like to use it outside of Struts framework. Is it possible to do this? If so can someone point me in the right direction plz... Thank you -- This e-mail may contain confidential and/or privileged information. If you are not the intended r

Struts Validator for map backed beans

2003-08-14 Thread Gandle, Panchasheel
Can anybody confirm that map backed beans don't have validator. like if I have codeId (0n) n varies. On the Jsp I have value(codeId0)...value(codeIdn) the last char n is the last number to validate this , instead of entering n entries in the validation.xml I wanted it to do it with just one

RE: Struts Validator Javascript

2003-08-14 Thread Erez Efrati
ECTED] Sent: Sunday, August 10, 2003 5:40 PM To: Struts Users Mailing List Subject: Re: Struts Validator Javascript > ... Am I so special :) ;-) If I remember it well, it's an open issue in the bug-list. cheers Reinhard

RE: Struts Validator for map backed beans

2003-08-14 Thread Yansheng Lin
org/struts/userGuide/dev_validator.html -Original Message- From: Gandle, Panchasheel [mailto:[EMAIL PROTECTED] Sent: August 11, 2003 8:43 AM To: 'Struts Users Mailing List' Subject: Struts Validator for map backed beans Can anybody confirm that map backed beans don't have validato

RE: Struts Validator for map backed beans

2003-08-14 Thread Yansheng Lin
Hi! Didn't get a chance to check the newsgroup until now. Try: -Original Message- From: Gandle, Panchasheel [mailto:[EMAIL PROTECTED] Sent: August 11, 2003 1:33 PM To: '[EMAIL PROTECTED]' Subject: RE: Struts Validator for map backed beans

RE: Struts Validator

2003-08-14 Thread Paananen, Tero
> > You offered this to the OS community with insufficient > > documentation. > > Yeah, that's what open source is all about. The hell it is. If it was, OS would still be something geeks twiddle on their own time while earning food money working with software that is properly documented. You

RE: Struts Validator

2003-08-14 Thread Steve Raeburn
, please give it a rest. Steve > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: August 13, 2003 1:41 PM > To: 'Struts Users Mailing List' > Subject: RE: Struts Validator > > > Validator is crap; don't waste your time. > &g

Re: [OT] RE: Struts Validator

2003-08-14 Thread Micael
List' > Subject: RE: Struts Validator > > > Validator is crap; don't waste your time. > > Mark > > -Original Message- > From: Stephen Bennett [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 11:39 AM > To: [EMAIL PROTECTED] > Subje

RE: Struts Validator

2003-08-14 Thread Bailey, Shane C.
rm to use the action validation and ValidatorForm to use the form validation. -Original Message- From: Stephen Bennett [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 11:39 AM To: [EMAIL PROTECTED] Subject: Struts Validator Has anyone had any problems getting the Struts Validator

Re: [OT] RE: Struts Validator

2003-08-14 Thread Jeff Kyser
lease give it a rest. Steve > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: August 13, 2003 1:41 PM > To: 'Struts Users Mailing List' > Subject: RE: Struts Validator > > > Validator is crap; don't waste your time. > &

RE: Struts Validator

2003-08-14 Thread Mark Galbreath
--Original Message- From: Steve Raeburn [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 5:02 PM To: Struts Users Mailing List Subject: RE: Struts Validator Time to put up or shut up, Mark. If there are specific bugs you have encountered with Validator, please report them via Bugzil

RE: Struts Validator

2003-08-14 Thread Mark Galbreath
PM To: Struts Users Mailing List Subject: RE: Struts Validator > Validator is crap; don't waste your time. Don't mind Mark, he's perpetually waking up on the wrong side of the bed. Validator is actually one of the coolest features of Struts and combined with DyanActionForms r

RE: Struts Validator

2003-08-14 Thread Steve Raeburn
I've included an example of the Two Fields custom validator in the examples at http://www.ninsky.com/struts/ The bundled struts examples are found in the webapps directory of the struts distribution (struts-validator.war). There's lots of good stuff in that directory ;-) Steve ---

Re: Struts Validator-nextreleasewhen (was validwhen)

2003-08-14 Thread Robert Leland
David Graham wrote: I suspect that not too much has changed since the version that shipped with Struts 1.1. A great deal of internal cleanup has happened in commons-validator since its 1.0.2 release as well as new features and a more extensible definition. I think Rob Leland is planning on

RE: Struts Validator-validwhen

2003-08-14 Thread Steve Raeburn
It's not in Struts 1.1 but it's available in the nightly build and will be in the next release. Steve > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: August 14, 2003 8:32 AM > To: [EMAIL PROTECTED] > Subject: Struts Validator-va

[OT] RE: Struts Validator

2003-08-14 Thread Micael
, why not write something yourself and donate it so we can call your hard work crap? Otherwise, please give it a rest. Steve > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: August 13, 2003 1:41 PM > To: 'Struts Users Mailing List' >

RE: Struts Validator-nextreleasewhen (was validwhen)

2003-08-14 Thread David Graham
ychi.org/bof/struts > > > -Original Message- > > From: Steve Raeburn [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 14, 2003 8:41 AM > > To: Struts Users Mailing List > > Subject: RE: Struts Validator-validwhen > > > > > > It's not

Re: [OT] RE: Struts Validator

2003-08-14 Thread Jeff Kyser
iling List Subject: Re: [OT] RE: Struts Validator Just threaten to repost [Mark's] String.length() versus array.length mixup. That ought to quiet him down for a while... :) -jeff On Wednesday, August 13, 2003, at 05:55 PM, Micael wrote: I don't know about the rest of you, but I have foun

RE: Struts Validator for map backed beans

2003-08-14 Thread Gandle, Panchasheel
beans validator with multiple input fields in an array... Thanks Panchasheel -Original Message- From: Yansheng Lin [mailto:[EMAIL PROTECTED] Sent: Monday, August 11, 2003 5:47 PM To: 'Struts Users Mailing List' Subject: RE: Struts Validator for map backed beans Hi! Didn't g

RE: Struts Validator

2003-08-14 Thread David Graham
[mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 5:02 PM > To: Struts Users Mailing List > Subject: RE: Struts Validator > > > Time to put up or shut up, Mark. If there are specific bugs you have > encountered with Validator, please report them via Bugzilla so t

RE: Struts Validator

2003-08-14 Thread David Graham
ever got it working but it really doesn't take long to set it up and start playing with it. David > > Mark > > -Original Message- > From: Stephen Bennett [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 11:39 AM > To: [EMAIL PROTECTED] > Subject:

RE: Struts Validator

2003-08-14 Thread Stephen Bennett
Thanks Shane, that fixed it. -Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: 13 August 2003 16:41 To: 'Struts Users Mailing List' Subject: RE: Struts Validator In the validation.xml file I believe that the validator takes as validate based on for

RE: Struts Validator

2003-08-14 Thread Jerry Jalenak
t: Wednesday, August 13, 2003 7:30 PM > To: Struts Users Mailing List > Subject: RE: Struts Validator > > > Let me state the blindingly obvious: > > 1. Validator works. Other people seem to be able to use it. > 2. Validator is not perfect. Valid bug reports would help &

Struts Validator

2003-08-14 Thread Stephen Bennett
Has anyone had any problems getting the Struts Validator to work? I have a small sample app that works OK but cannot get my main app to work! As far as I can see I have done everything the same as in the sample one. I have noticed that when the sample app that works starts up I get four

RE: Struts Validator

2003-08-14 Thread David Graham
--- Brian McSweeney <[EMAIL PROTECTED]> wrote: > Hi Steve, > > >Have you looked at the struts-validator sample app? The 'types' > examples > >show most of the basic validations. If you've already looked at it, is > >there anything that would make

Re: Struts Validator Javascript

2003-08-14 Thread Adam Hardy
Sgarlata Matt wrote: I like the concept of the validator, but personally I don't have a lot of confidence in it. that's a bit harsh. I think as long as you know what it does and doesn't do, there's every reason to have confidence in it. It's an excellent package that will benefit even more when

RE: Struts Validator

2003-08-14 Thread Mark Galbreath
Wow! That was impressive. Now I know why Validator sucks. -Original Message- From: Stephen Brown [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 5:52 PM To: 'Struts Users Mailing List' Subject: RE: Struts Validator Get a life, Mark. > You offered this to the

RE: [OT] RE: Struts Validator

2003-08-14 Thread Mark Galbreath
*ouch* that's harsh, man...really harsh. :-)~ -Original Message- From: Jeff Kyser [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 7:21 PM To: Struts Users Mailing List Subject: Re: [OT] RE: Struts Validator Just threaten to repost [Mark's] String.lengt

Re: Struts Validator Javascript

2003-08-14 Thread Sgarlata Matt
uot;Erez Efrati" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Sunday, August 10, 2003 12:28 PM Subject: Struts Validator Javascript > Working with the validator I found that the client-side javascript code > automaticall

RE: Struts Validator

2003-08-14 Thread Brian McSweeney
t 2003 14:06 To: 'Struts Users Mailing List'; '[EMAIL PROTECTED]' Subject: RE: Struts Validator +1 - Validator works. I started using it wy back in the pre-RC1 days. Everytime that Validator hasn't worked for me, I've found that it was due to a screw up on my par

Re: Struts Validator

2003-08-14 Thread Erik Price
Mark Galbreath wrote: I am not looking for a war here. All I ask is to get the damn thing right before offering it as a release to our community. Release early, release often. Most open source software would -never- get released if people waited till they got the damn thing right before offer

RE: Struts Validator-nextreleasewhen (was validwhen)

2003-08-14 Thread Van Riper, Mike
> -Original Message- > From: David Graham [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 14, 2003 11:01 AM > To: Struts Users Mailing List > Subject: RE: Struts Validator-nextreleasewhen (was validwhen) > > > > I suspect that not too much has changed since

RE: Using Struts Validator on Map-backed ActionForms

2003-08-14 Thread Erez Efrati
Just forgot to explain that I do the following: mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2003 11:44 AM To: 'Struts Users Mailing List' Subject: RE: Using Struts Validator on Map-backed ActionForms Hi Panchasheel, I am working with map backed action forms and the way to

Re: Struts Validator Javascript

2003-08-14 Thread Reinhard
> ... Am I so special :) ;-) If I remember it well, it's an open issue in the bug-list. cheers Reinhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   3   4   >