It would be cool to have a feature to set validation message globally like:
ModelMetadataSetting.RequredErrorMessage = () => ResourceMessages.Requred; // run at user's bootstrapper task
And the...
Id #19 | Release:
None
| Updated: Dec 10, 2011 at 6:49 PM by AlexBar | Created: Dec 10, 2011 at 6:49 PM by AlexBar
MvcExtensions trying to create controller with activator if it cannot be created with ioc container.
Id #17 | Release:
None
| Updated: Oct 29, 2011 at 4:18 PM by hazzik | Created: Sep 26, 2011 at 5:05 AM by hazzik
download http://mvcextensions.codeplex.com/
On the same project as above. Start VS as admin
Open the solution
For project demo\demo.web.unity, make it IIS WAP and save
Rebuild the solution
...
Id #13 | Release:
None
| Updated: Oct 29, 2011 at 6:25 PM by hazzik | Created: Mar 30, 2011 at 8:39 PM by raspranav
In the latest code check-in, the new code doesn't run any of the BootstrapperTasks. Looking through the code this is due to the CreateAndSetCurrent method never being called in Bootstrapper.cs. You...
Id #12 | Release:
None
| Updated: Jul 5, 2011 at 10:39 PM by luizbon | Created: Jan 3, 2011 at 11:59 PM by Citezein
I'd like to be able to scan my assemblies for attributes that derive from a certain type, and then register them to be used on all controller actions. Right now, the filter registry methods require...
Id #11 | Release:
None
| Updated: Nov 9, 2010 at 3:52 PM by Citezein | Created: Nov 9, 2010 at 3:52 PM by Citezein
Using the MVC 3 beta branch and the new IValidatableObject feature, my Validate method is called twice, resulting in duplicate error messages. Is MvcEx adding a duplicate validation provider to tha...
Id #10 | Release:
None
| Updated: Nov 1, 2010 at 6:11 PM by Citezein | Created: Nov 1, 2010 at 6:11 PM by Citezein
I have created a couple of custom ValidationAttributes, but if I use then in the standard Data Annotations manner along with using the ModelMetadataConfiguration they do not fire. Is it possible to...
Id #9 | Release:
None
| Updated: Oct 17, 2010 at 6:46 PM by posthope | Created: Oct 16, 2010 at 5:50 PM by posthope
I just realized that I'm unable to use asynchronous controllers with MVC Extensions. The cause for this is the custom ExtendedControllerActionInvoker. I believe this needs to be changed to inherit ...
Id #8 | Release:
None
| Updated: Oct 29, 2011 at 6:27 PM by hazzik | Created: Sep 1, 2010 at 4:11 PM by Citezein
Just like done with filters will be nice to have an AssignTypeConverter to make POCOs use templates without need to edit them.
Id #7 | Release:
None
| Updated: Sep 22, 2010 at 2:54 PM by luizbon | Created: Jul 29, 2010 at 12:48 AM by luizbon
The extension AsDropDownList could have an typed version, so this way I don't need to use the viewData.
Id #6 | Release:
None
| Updated: Aug 1, 2011 at 5:08 PM by hazzik | Created: Jul 27, 2010 at 2:55 PM by luizbon