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 . All the above 3

Re: Struts Validator and Select boxes

2004-03-26 Thread Niall Pemberton
in this example formFromDay, formFromYear, formToMonth, formToDay, formToYear). Niall - Original Message - 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

RE: Struts Validator and Select boxes

2004-03-26 Thread Janarthan Sathiamurthy
/ /form-bean Regards, Janarthan S -Original 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

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 - public static boolean validateDates(Object

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 Hi there, I am new to Struts

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 Regular Expressions

2004-03-24 Thread Takhar, Sandeep
' 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 validator config file. Thanks, JP

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 Niall Pemberton
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 everything is based on jakarta's oro. sandeep -Original Message

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 validator Regular

Struts Validator

2004-03-22 Thread Matthew Clark
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 call the same

Re: Map-backed Forms and Struts Validator

2004-03-18 Thread Adam Hardy
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 validator docs

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 for me to figure out

RE: [SOLVED] Struts Validator prints all javascript functions

2004-03-17 Thread Kunal H. Parikh
List' Subject: Struts Validator prints all javascript functions 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

RE: [SOLVED] Struts Validator prints all javascript functions

2004-03-17 Thread Kunal H. Parikh
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 in the JavascriptValidatorTag class. By default

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 functions

Re: Struts Validator prints all javascript functions

2004-03-15 Thread Theodosios Paschalidis
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: 'Struts Users Mailing List' Subject: RE: Struts

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 code (FYI

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 this expected

Re: Struts Validator prints all javascript functions

2004-03-14 Thread Marino A. Jonsson
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 this expected

RE: Struts Validator prints all javascript functions

2004-03-14 Thread Kunal H. Parikh
] 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 rendered too (instead of just the relevant static methods). I haven't tested 1.2 though. Marino Joe Germuska

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 Validator

2004-03-08 Thread Niall Pemberton
[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 i am in the need pf such class files... Thanx, Ram

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 with the struts validator I`ve been

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
is not showed on the page and theirfor is not required I tried to use a standard struts validator implementation field property=bill_vat_nr depends=required arg0 key=text.data.label.bill_vat_number/ arg1 key=${dummy}/ /field I first thought about using the requiredif implementation. Problem

Re: Struts logic combined with the struts validator

2004-03-02 Thread Matt Bathje
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 the struts validator Maybe i`ll better rephrase my

Re: Struts logic combined with the struts validator

2004-03-02 Thread Alexander Craen
: 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 put in an else (or a logic:notEqual in your case) which prints out

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 put in an else (or a logic:notEqual in your case

RE: Struts Validator overriding cache-control?

2004-01-15 Thread Brown, James
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. --- Brown, James [EMAIL PROTECTED] wrote: We have encountered a situation wherein

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 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.validate(...) appears to be overriding

RE: Struts Validator overriding cache-control?

2004-01-14 Thread Brown, James
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: We have encountered a situation wherein it appears that the server-side validation provided

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]

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 DynaActionForms

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: formBeans name=logon type=??? form-property name=user type=java.lang.String/ form-property name=password type=java.lang.String/ /form-bean for validation i want to

RE: struts validator framework

2003-12-16 Thread Robert Taylor
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: formBeans name=logon type=??? form-property name=user type=java.lang.String/ form-property name=password type

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]

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

RE: Struts validator with Date property ???

2003-12-03 Thread Ramachandiran, Karuna
-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 properties

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 release. Does anyone

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 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: constant constant-namename/constant-name constant-value^[\-\'\`\´\.\ a-zäöüßáéíúóàèìùòâêîôûñA

AW: Struts Validator with special characters

2003-11-27 Thread Samuel . Opoku-Boadu
: 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 (like german Umlaute) in an regular expression.. I tried this: constant constant-namename/constant-name constant-value

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 global SOBtsc constant SOBtsc constant-namealphanumeric/constant-name SOBtsc constant-value^[a-zA-Z0-9\.\ü\Ü\ä\Ä\ß\ö\Ö\-]*$/constant-value SOBtsc /constant SOBtsc constant SOBtsc

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

RE: Struts Validator question

2003-11-24 Thread David Friedman
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 issue. I hope this is not a newbie

RE: Struts Validator question

2003-11-24 Thread LACKEY,DAVID (HP-PaloAlto,ex1)
on the 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 Validator question Two

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

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 form, I

Re: Struts Validator with Indexed Properties

2003-11-03 Thread Vijaykumar
validation.xml. -Vijay Frederic Dernbach wrote: 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

Re: Struts Validator with Indexed Properties

2003-11-03 Thread Frederic Dernbach
depends=required,integer,positive arg0 key=rubis.strategy.label/ /field 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

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 form, I

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: Using DispatchAction class with Struts Validator

2003-09-17 Thread Mike Jasnowski
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). However

Re: Using DispatchAction class with Struts Validator

2003-09-17 Thread Burhan Nazir
you to only validate fields relevant to the corresponding dispatch method? Or have I missed your question. -Original Message- From: Burhan Nazir [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 17, 2003 12:50 PM To: [EMAIL PROTECTED] Subject: Using DispatchAction class with Struts

Re: Struts Validator and Hidden Field

2003-09-01 Thread Joe @ Team345
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 Struts Validator framework. If so, an example would be extremely

RE: Struts Validator and Hidden Field

2003-08-30 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

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 and Hidden Field

2003-08-28 Thread David Erickson
- Original Message - From: Octavia Yung [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 4:13 PM Subject: Struts Validator and Hidden Field Hi Everyone, I was wondering if it is possible to validate a hidden field using the Struts Validator framework. If so

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 what's

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 Validator and Hidden Field I was wondering

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: 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

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

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

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 have to

RE: Struts Validator

2003-08-14 Thread Brian McSweeney
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 it easier to understand? No I had not heard about the sample app. I looked again on the main Struts page

Struts Validator-validwhen

2003-08-14 Thread SKaringula
Hi, The struts Validator 'validwhen' I could not find anywhere in struts,even though it was mensioned in documentation. If it is available Could anybody please help me where exactly it is available? Thanks, Shailaja -- A . S . C . A . P.-- This message

RE: Struts Validator-nextreleasewhen (was validwhen)

2003-08-14 Thread Van Riper, Mike
are imminent or not even on the horizon. -Van Mike Van Riper mailto:[EMAIL PROTECTED] http://www.baychi.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

RE: Struts Validator

2003-08-14 Thread David Graham
to use the Validator and supplement it with custom coding when needed. David Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 4:50 PM To: Struts Users Mailing List Subject: RE: Struts Validator Validator is crap; don't

RE: Struts Validator

2003-08-14 Thread David Graham
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 make it better. 3. This is a community project. There is no Us

RE: Struts Validator

2003-08-14 Thread Brian McSweeney
Cheers David, I'll take a look Brian -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: 14 August 2003 16:14 To: Struts Users Mailing List Subject: RE: Struts Validator --- Brian McSweeney [EMAIL PROTECTED] wrote: Hi Steve, Have you looked at the struts-validator

RE: Struts Validator

2003-08-14 Thread Mark Galbreath
right before offering it as a release to our community. Mark -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 5:45 PM To: Struts Users Mailing List Subject: RE: Struts Validator --- Mark Galbreath [EMAIL PROTECTED] wrote: Me put up? You

RE: Struts Validator

2003-08-14 Thread Stephen Brown
:[EMAIL PROTECTED] Sent: August 13, 2003 5:40 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: Struts Validator Just look at the archive for this list and I'll wager there are more questions/complaints about Validator than any other aspect of the Struts community. Me

RE: Struts Validator

2003-08-14 Thread Yansheng Lin
: Struts Validator 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 it easier to understand? No I had not heard about the sample app. I looked again on the main

RE: Struts Validator

2003-08-14 Thread Mark Galbreath
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] Subject: Struts Validator Has anyone had any problems getting the Struts Validator to work? I have

Re: Struts Validator Javascript

2003-08-14 Thread Craig R. McClanahan
On Sun, 10 Aug 2003, Adam Hardy wrote: Date: Sun, 10 Aug 2003 18:41:32 +0200 From: Adam Hardy [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: Struts Validator Javascript Sgarlata Matt wrote: I like

Re: Struts Validator Javascript

2003-08-14 Thread Sgarlata Matt
You can reach Bugzilla at: http://nagoya.apache.org/bugzilla Matt - Original Message - From: Erez Efrati [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, August 10, 2003 12:44 PM Subject: RE: Struts Validator Javascript Didn't know

RE: Struts Validator

2003-08-14 Thread Steve Raeburn
-Original Message- From: Brian McSweeney [mailto:[EMAIL PROTECTED] Sent: August 14, 2003 6:29 AM To: 'Struts Users Mailing List' Subject: RE: Struts Validator +1 for it works for me too. Not knowing javascript well, using the validator allowed me to quickly do client side

Struts Validator Javascript

2003-08-14 Thread Erez Efrati
Working with the validator I found that the client-side javascript code automatically generated by the validator tag does not handle correctly or at all fields that are radio group , checkbox group or any other type of group that exist. I have posted few times on that but no response. After that I

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]

RE: Using Struts Validator on Map-backed ActionForms

2003-08-14 Thread Erez Efrati
Efrati [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 work with validation in this case is as follows (a piece

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

Re: Struts Validator Javascript

2003-08-14 Thread Sgarlata Matt
[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 automatically generated by the validator tag does not handle correctly

RE: Struts Validator

2003-08-14 Thread Brian McSweeney
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 part (usually something in the validation.xml file). Except for rare

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.length() versus

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 OS community

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

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 it easier to understand? No I had not heard about

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 Jerry Jalenak
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 make it better. 3. This is a community project. There is no Us and Them, only Us

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 form name=StringWithoutForwardSlash

RE: Struts Validator

2003-08-14 Thread David Graham
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: Struts Validator Has anyone had any problems getting

RE: Struts Validator

2003-08-14 Thread David Graham
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 they can be addressed. (Patches would also be nice). Failing that, why not write something yourself

Re: [OT] RE: Struts Validator

2003-08-14 Thread Jeff Kyser
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 found this approach

RE: Struts Validator

2003-08-14 Thread Steve Raeburn
-Original Message- From: Mark Galbreath [mailto:[EMAIL PROTECTED] Sent: August 13, 2003 3:17 PM To: 'Struts Users Mailing List'; [EMAIL PROTECTED] Subject: RE: Struts Validator Dave, My only complaint with the authors of validator is that (a) they say it's really cheeky, but (b) a host

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 the version that shipped

RE: Struts Validator-nextreleasewhen (was validwhen)

2003-08-14 Thread David Graham
Mailing List Subject: RE: Struts Validator-validwhen 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

RE: Struts Validator for map backed beans

2003-08-14 Thread Gandle, Panchasheel
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 get a chance to check

RE: Struts Validator Javascript

2003-08-14 Thread Steve Raeburn
-Original Message- From: Adam Hardy [mailto:[EMAIL PROTECTED] Sent: August 10, 2003 9:42 AM To: Struts Users Mailing List Subject: Re: Struts Validator Javascript Sgarlata Matt wrote: I like the concept of the validator, but personally I don't have a lot of confidence

  1   2   3   4   >