-
New Feature
-
Resolution: Fixed
-
Normal
-
None
-
None
Currently, BeanValidator will add invalid messages by using the binding source component itself as a default key. Provide a way to set a self-defined key.
<grid width="600px"> <textbox value="@bind(vm.person.firstName) @validator('beanValidator', key='firstName')"/> <label value="@load(vmsgs['firstName'])"/> </grid>