[Mono-list] Client side validation...

Gonzalo Paniagua Javier reply.to.the.list.iam.suscribed@notexists.ximian.com
Tue, 01 Mar 2005 20:07:18 -0500


On Tue, 2005-03-01 at 09:41 +0100, Hubert FONGARNAND wrote:
>Le Lundi 28 Février 2005 20:59, Gonzalo Paniagua Javier a écrit :
>> On Mon, 2005-02-28 at 16:45 +0100, Hubert FONGARNAND wrote:
>> >Does someone know if client side validation will be implemented soon?
>> >There's a ton of "unimplemented exception" in baseValidator.cs...
>> >There's a lot of "ready-to-use" web component that use
>> > clientsidevalidation... and it doesn't work at all...
>>
>> Client side validation is optional (probably browser specific)> and just 
>> avoids postbacks. 
>It could be useful to avoid some postbacks... 
>
>
>> If there's any component out there depending on code 
>> that might be different for different browsers or change from version to
>> version without notice, that component design is broken.
>Many proprietary web component use client side validation... (you cannot have 
>the sources of them)

I guess you mean the source is not opensource.

>
>I've tested those component (treeview) on IE and FireFox, and there's no 
>problem... 
>Is there a free/open source good treeview component that works with mono 
>without client side validation?

Well, client side validation has nothing to do with a treeview
component. The only thing they have in common is that they both use
javascript.

There's one in our System.Web that you can use if you enable the .NET
2.0 built (in mono, ./configure --with-preview=yes).

-Gonzalo