Is it possible to change how the validation errors display field names by default? For example, now a required field error message displays, "FirstName - This field is required." My form label automatically breaks apart the camel casing of my property, so "FirstName" displays on the form as "First Name".Can I swap out the default field name resolution that all validators use by default to use the same logic and match my form labels?
--
You received this message because you are subscribed to the Google Groups "FubuMVC Development Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fubumvc-deve...@googlegroups.com.
To post to this group, send email to fubumv...@googlegroups.com.
Visit this group at http://groups.google.com/group/fubumvc-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Pushed the fix just now. ripple restore --force and you'll have it unless you're a night owl like me and try it before TC finishes building ;).
--
You received this message because you are subscribed to a topic in the Google Groups "FubuMVC Development Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/fubumvc-devel/HKBNvoexRD4/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to fubumvc-deve...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "FubuMVC Development Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fubumvc-deve...@googlegroups.com.
Pointing you at localization made me want to doc it. So here you go, sir:
--