[ http://mc4j.org/jira/browse/STS-289?page=comments#action_10974 ] Ben Gunter commented on STS-289: --------------------------------
After further discussion, it was decided that the default behavior for 1.5 will be to leave validation errors that occur during type conversion in place but simply ignore them when @DontValidate is present. > @DontValidate should take a parameter to control what happens to validation > errors from binding > ----------------------------------------------------------------------------------------------- > > Key: STS-289 > URL: http://mc4j.org/jira/browse/STS-289 > Project: Stripes > Issue Type: Improvement > Components: Validation > Reporter: Tim Fennell > Assigned To: Ben Gunter > Fix For: Release 1.5 > > > The documentation is fairly clear that even when decorated with @DontValidate > that an event may produce validation errors. However, sometimes this is > inconvenient and it would be nice to be able to supress these errors. > Something like the following should be possible: > @DontValidate(suppressBindErrors=true) > The default should be false in order to be backwards compatible. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://mc4j.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
