-
Type:
New Feature
-
Resolution: Done
-
Priority:
Normal
-
None
-
Affects Version/s: 6.0.0
-
Component/s: Databind 2
-
None
-
None
need a way to show validation message to a component directly.
currently, user have to use ValidationMessages and bind to errorMessage of the component.
<textbox value="@bind(vm.user.firstName) @validator('beanValidator')" errorMessage="@load(vmsgs[self])" />