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
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 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
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
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
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
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 !
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
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
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
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
.
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
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"
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
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
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: '
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
:[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
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
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
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
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
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
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
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
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
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
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
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.
> >
>
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:
> >
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
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
BDY.RTF
Description: RTF file
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
; 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"/>
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
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
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
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
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
BDY.RTF
Description: RTF file
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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,
\-\
]*$
-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
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
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 &
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
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
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
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
ot;orderNumber"
> indexedListProperty="parameter"
> depends="required,integer,positive">
>
>
>
> You have specified it as
> indexedListProperty="parameters"
>
> Plz Verify your validation.xml.
>
> -Vijay
>
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
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
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
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
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
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
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
, 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
> 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
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
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
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
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
-
--- 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
cc:
Subject: Re: Using Struts validator
framework outside of struts
18/08/03 12:26
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
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
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
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
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
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
> > 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
, 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
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
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
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.
>
&
--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
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
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
---
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
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
, 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'
>
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
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
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
[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
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:
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
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
&
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
--- 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
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
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
*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
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
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
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
> -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
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
> ... 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 - 100 of 374 matches
Mail list logo