Details
-
Type:
New Feature
-
Status: Closed
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: 6.0.0
-
Fix Version/s: None
-
Component/s: Databind 2
-
Labels:None
Description
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])" />