<form client-validation="true">
</form>
Where the 'client-validation' attribute is parsed by Spark and with it
mimic the following quite horrible C# equivalent:
<% Html.EnableClientValidation() %>
<% using (Html.BeginForm()) { %>
<% } %>
Having something like this would be awesome. I'd add it myself, if I knew
where and how to do it.
-Asbjørn
On Fri, 25 Jun 2010 14:11:25 +0200, Roman Smolnikov <roma...@gmail.com>
wrote:
> Hi,
> how you call Html.EnableClientValidation(); on Spark?
> Do you have working client-side validation on Spark?