Re: Validator Integration

2002-10-25 Thread James Holmes
See Ted's response to my very same question a couple of days ago. -james --- David Graham [EMAIL PROTECTED] wrote: My idea is that the ValidatorActionForm and ValidatorForm (why are there 2?) __ Do you Yahoo!? Y! Web Hosting - Let the expert

Re: Validator Integration

2002-10-25 Thread Eddie Bush
I just forwarded the discussion to you, David. It happened on the 23rd. David Graham wrote: It struck me the other day that the validator could be further integrated into struts. I'm not sure about my ideas so I want to get your thoughts. Why should people need to subclass

Re: Validator Integration

2002-10-25 Thread Ted Husted
10/25/2002 10:34:52 AM, David Graham [EMAIL PROTECTED] wrote: It struck me the other day that the validator could be further integrated into struts. I'm not sure about my ideas so I want to get your thoughts. Why should people need to subclass ValidatorActionForm instead of ActionForm to

Re: Validator Integration

2002-10-25 Thread Ted Husted
I've been using the Validator for going on three years now, but I don't think I would ever want to describe it as an integal part of Struts. Struts provides a validation hotspot, and we provide the Validation as something people can plug into that spot. But we want to be very clear that it is

Re: Validator Integration

2002-10-25 Thread Joe Germuska
the validator when it seems that this will become the predominant form of validation. David From: Ted Husted [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Validator Integration Date: Fri, 25 Oct 2002 13:09:10

Re: Validator Integration

2002-10-25 Thread David Graham
to extending special classes. David From: Joe Germuska [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Validator Integration Date: Fri, 25 Oct 2002 13:16:10 -0500 David: we saw recently that you and I disagree

RE: Validator Integration

2002-10-25 Thread James Mitchell
, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Friday, October 25, 2002 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Validator Integration I'm mainly

Re: Validator Integration

2002-10-25 Thread Ted Husted
] Subject: Re: Validator Integration Date: Fri, 25 Oct 2002 13:09:10 -0400 I've been using the Validator for going on three years now, but I don't think I would ever want to describe it as an integal part of Struts. Struts provides a validation hotspot, and we provide the Validation as something

Re: Validator Integration

2002-10-25 Thread David Graham
Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Validator Integration Date: Fri, 25 Oct 2002 15:30:18 -0400 The validator is a nice piece of work but its not the only game in town. I agree that its a good idea to provide a default component for people to use

RE: Validator Integration

2002-10-25 Thread David Graham
] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: RE: Validator Integration Date: Fri, 25 Oct 2002 15:30:09 -0400 I have no idea on the level of effort required, but it would be nice to be able to drop in my own Validator implementation like I can

Re: Validator Integration

2002-10-25 Thread Eddie Bush
Sounds cool - sounds like a pretty substantial change though. Maybe we could table it for now and pick it up for 2.0.x? Of course, at that point, we'll have JSF coming in (most likely) and it will bring it's own pluggable field validators ... and what else will we need? David Graham wrote:

Re: Validator Integration

2002-10-25 Thread David Graham
: Re: Validator Integration Date: Fri, 25 Oct 2002 15:51:11 -0500 Sounds cool - sounds like a pretty substantial change though. Maybe we could table it for now and pick it up for 2.0.x? Of course, at that point, we'll have JSF coming in (most likely) and it will bring it's own pluggable field

Re: Validator Integration

2002-10-25 Thread Craig R. McClanahan
On Fri, 25 Oct 2002, David Graham wrote: Date: Fri, 25 Oct 2002 14:58:52 -0600 From: David Graham [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Validator Integration That's another one of my concerns. I don't know how much JSF

Re: Validator integration in Struts

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, David Winterfeldt wrote: Date: Tue, 22 Jan 2002 08:50:58 -0800 (PST) From: David Winterfeldt [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Validator integration in Struts I've been

Re: Validator integration in Struts

2002-01-21 Thread Ted Husted
I'd say we need to build-in the Service Manager, and then use the Commons Validator as an standard example of how to use it. Since the Commons Validator is designed as a plug-in, I would lean toward suggesting that it host its own drivers. This way if someone finds a way to hook the validator

Re: Validator integration in Struts

2002-01-21 Thread Oleg V Alexeev
Hello David, Can you help me with services? A time ago I start services subproject in commons-sandbox - it will be core lib to build service-oriented struts architecture. Now we start new project and I have not time enough to prepare it to the work with struts. Is it interesting for you?

Re: Validator integration in Struts

2002-01-21 Thread Craig R. McClanahan
On Sun, 20 Jan 2002, David Winterfeldt wrote: Date: Sun, 20 Jan 2002 00:43:36 -0800 (PST) From: David Winterfeldt [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Validator integration in Struts I think this got

Re: Validator integration in Struts

2002-01-21 Thread Craig R. McClanahan
On Mon, 21 Jan 2002, Oleg V Alexeev wrote: Date: Mon, 21 Jan 2002 16:06:24 +0300 From: Oleg V Alexeev [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED], Oleg V Alexeev [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Validator