diff --git a/spring-webflow-reference/src/views.xml b/spring-webflow-reference/src/views.xml index 24467850..f73fc2d3 100644 --- a/spring-webflow-reference/src/views.xml +++ b/spring-webflow-reference/src/views.xml @@ -194,7 +194,7 @@
validate, where state is the id of the view-state.
+ To do this, create a public method with the name validate${state}, where state is the id of your view-state.
The method must declare a MessageContext parameter for recording validation error messages.
For example:
validate, where state is the id of the view-state.
+ To do this, create a class that defines a public method with the name validate${state}, where state is the id of your view-state.
The method must declare a Object parameter to accept your model object, and a MessageContext parameter for recording validation error messages.
For example: