[Mono-dev] WebForm Validators

Chris Toshok toshok at ximian.com
Wed Apr 19 11:55:18 EDT 2006


Deviation from MS behavior in general is a bug (unless there's a very,
very good reason).

Looking forward to getting ahold of your patch :)

Chris

On Wed, 2006-04-19 at 12:13 +0300, Ivaylo Baylov wrote:
> Hi, when migrating a web application to Mono I went in trouble with 
> field validators - their content was simply not displayed.
> 
> After some digging in the code I've discovered the following: the folks
> who made the application use a web control in the validator body,
> however, the Mono implementation ignores the validator control children
> completely.
> 
> I have patched the BaseValidator.cs slightly to handle the situation.
> 
> The question is whether the situation indicates a lack of a feature, or
> web control embedding in validators is non-standard behavior of the MS
> runtime? As far as I went into docs, there is nothing specific about
> that.
> 
> Regards,
> 
>   



More information about the Mono-devel-list mailing list