"UseExternal" not enough. You have to use the fluent configuration to register validationdefs. http://fabiomaulo.blogspot.com/2009/02/nhibernatevalidator-fluent-interface.html
On Mon, Dec 6, 2010 at 2:42 AM, Craig van Nieuwkerk <[email protected]>wrote: > Hi, > > I want to create some custom validations using ValidationDef such as > Fabio's example here > http://fabiomaulo.blogspot.com/2010/01/nhibernatevalidator-changing-validation.html > > But I am also using the SharpArchitecture library and not sure how to > integrate the ValidationDef with it. Specifically what 'registers' a > ValidationDef with the application, is it just done automatically when > ValidatorMode is set to UseExternal. I can't find much doco on this. And if > so, how can I set the ValidatorMode in SharpArchitecture? > > Craig. > > -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<nhusers%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/nhusers?hl=en. > -- Fabio Maulo -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
