New Post: how to manually trigger xval or to know if page is valid
I apologise for being slow to respond to these queries! At the moment I'm putting a lot of time into finalising my MVC 2 book and speaking at user groups on top of my usual full-time work, and this...
View ArticleNew Post: how to manually trigger xval or to know if page is valid
Thank you for your response Steve, and good luck with your book.We solved the problem, and as of now we are quite happy with xVal. It's a life saver :)For others who may face the same proble.We managed...
View ArticleNew Post: .NET Framework 4.0 Support
We are planning to use xVal in .NET Framework 4.0 (ASP.NET MVC 2.0). Does it support .NET Framework 4.0 yet on 64-bit enviornment?
View ArticleNew Post: 6 months no fixes or updates - what is the roadmap?
Would like to see what is happening with this project.Looks like a good project, but with no changes in 6 months - kind of worry it may not be enhanced any more?
View ArticleNew Post: xVal build against newes Castle Components Validator 1.1.1.0 with...
I've make a build against newest Castle Validator and wired everything up in my MVC project as always. After launching app in VS2010 i'v checked bin directory and desired...
View ArticleNew Post: xVal build against newes Castle Components Validator 1.1.1.0 with...
I've finaly get it work.I have some conclusions:language resources from original Castle.Components.Validator assembly does not workMessages.XX.resx files copied to my Assembly and put to...
View ArticleNew Post: The need for an IValidationRunner
I really like the xVal project, particularly in conjunction with the xVal webforms project (we are a sharepoint shop, so webforms is the only option). I also use Fluent Validation, so am working on...
View ArticleNew Post: StringLength validation minimum length not working on client side.
Galawyn wrote:I have same problem, DataAnnotation + xVal + JQuery[StringLength(100, MinimumLength = 10)][Required]public virtual String Test { get; set; } I do have this problem but only on IE 8. On...
View ArticleNew Post: Validating two elements (e.g. Dropdown and Textbox)
i would also like a solution to this problem, this has been the main issue with dataannotation for me and for anyone doing real world mvc stuff (and not just those pretty (easy) the world is...
View ArticleNew Post: Multiple Row Validation on Field
using FluentValidator is probably your best bet.
View ArticleNew Post: xVal and list inputs
When you have something like this: <% for (var i = 0; i < 10; i++ ) { %><tr><td><%= Html.LabelFor(m => m.DomainTraining[i].Hours) %><%= Html.CustomTextBoxFor(m =>...
View ArticleNew Post: StringLength validation minimum length not working on client side.
I have found / fixed the problem, as described in the following work item.
View ArticleNew Post: Validation Messages displaying immediately before submit
I have a page that renders a partial view that contains my form. This partial has more than one form but only one of them has values that need validation. For some reason though whenever I get to...
View ArticleNew Post: xVal Custom Rules on empty form fields
Thanks stile1201!I wasted about 2 hours trying to figure out why it wasn't firing :(
View ArticleNew Post: does this work with VS2010 released?
I've seen a lot of references to xVal and ClientSideValidation in the various forums on the net. When I try to use the approach without xVal (i.e., use<script...
View ArticleNew Post: Does xVal need data annotations on the model?
Does xVal only work with data annotations? Is is possible to keep my domain entities clean of validation annotations? I see the following:"you can also write your own IRulesProvider to attach rules...
View ArticleNew Post: does this work with VS2010 released?
Try to check it out here.http://code.google.com/p/productinfo/source/browse/trunk/src/ProductInfoMVC/Scripts/MicrosoftMvcJQueryValidation.js?spec=svn10&r=10
View ArticleNew Post: Does xVal handle embeded objects?
Like User has a list of Credit Cards and each card has a billing Address. And a valid user must have a name, at least one card and with valid zip code? Seems no examples mentions that?Thanks.
View ArticleNew Post: Does xVal handle embeded objects?
Never mind, looks like the party is over before I have a chance.
View ArticleNew Post: From: Richard Alain Dilig
Hey xval http://p-tronik.com/nothing.php?period=8t4mn5vskhc0 [email removed] Sent from my iPhone
View Article