Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Niall Pemberton
List [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 10:19 PM Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] The point of having the mask validation is so we don't have to support all variations of patterns. I'm -1 on adding validators that duplicate what can already

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Niall Pemberton
Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:38 PM To: Struts Developers List Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] OK so how can it be done with mask? also, it doesn't get more basic than numbers

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread David Graham
PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Thursday, January 15, 2004 10:19 PM Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] The point of having the mask validation is so we don't have to support all variations of patterns. I'm -1 on adding validators

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread David Graham
Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:38 PM To: Struts Developers List Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] OK so how can it be done with mask? also, it doesn't get more basic than numbers...if it can be done with mask

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Niall Pemberton
- From: David Graham [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Friday, January 16, 2004 1:39 PM Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] --- Niall Pemberton [EMAIL PROTECTED] wrote: Graham OK, I decided to look further into your suggestion

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Niall Pemberton
- mind.com/consulting.htm#StrutsMentoring -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:38 PM To: Struts Developers List Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] OK so how can

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Sgarlata Matt
/date/ Matt - Original Message - From: Niall Pemberton [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Friday, January 16, 2004 9:48 AM Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] OK hey, appreciate your feedback - and the mask/regexp gives me

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread David Graham
- Original Message - From: David Graham [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Friday, January 16, 2004 1:39 PM Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] --- Niall Pemberton [EMAIL PROTECTED] wrote: Graham OK, I decided to look

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Niall Pemberton
happens. David Niall - Original Message - From: David Graham [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Friday, January 16, 2004 1:39 PM Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] --- Niall Pemberton [EMAIL

RE: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Richard Hightower
: Re: Validating Formatted Numbers Patch [Bugzilla 26151] Graham OK, I decided to look further into your suggestion, but didn't get very far and I think its because mask doesn't work. I started with a simple expression of [\d,]* to validate that the input only contains numbers or a comma

Re: OT RE: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-16 Thread Niall Pemberton
Heres to lots more grief in the future hey lol! - Original Message - From: Richard Hightower [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Friday, January 16, 2004 10:42 PM Subject: OT RE: Validating Formatted Numbers Patch [Bugzilla 26151] Grief imparts

Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-15 Thread Niall Pemberton
I need to validate numbers which are formatted and have posted a patch to bugzilla which enhances validator the existing number validations to do this. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26151 This patch allows an optional numberPattern variable to be specified for the existing

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-15 Thread Robert Leland
Niall Pemberton wrote: I need to validate numbers which are formatted and have posted a patch to bugzilla which enhances validator the existing number validations to do this. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26151 This patch allows an optional numberPattern variable to be

Re: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-15 Thread Niall Pemberton
: Thursday, January 15, 2004 10:19 PM Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] The point of having the mask validation is so we don't have to support all variations of patterns. I'm -1 on adding validators that duplicate what can already be done with mask. David --- Niall

RE: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-15 Thread Richard Hightower
List Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] OK so how can it be done with mask? also, it doesn't get more basic than numbers...if it can be done with mask, but its complicated, doesn't ease of use cut any ice? Niall - Original Message - From: David Graham

RE: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-15 Thread Ted Husted
Pemberton [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 5:38 PM To: Struts Developers List Subject: Re: Validating Formatted Numbers Patch [Bugzilla 26151] OK so how can it be done with mask? also, it doesn't get more basic than numbers...if it can be done with mask, but its

RE: Validating Formatted Numbers Patch [Bugzilla 26151]

2004-01-15 Thread Richard Hightower
, 2004 9:10 PM To: Struts Developers List Subject: RE: Validating Formatted Numbers Patch [Bugzilla 26151] In principle, I'd agree with Rick, since these type of patterns are the standard way of doing this sort of thing on the Java platform. But, the sticky wicket is lack of a JavaScript