Details
Description
It would be nice to be able to use bean validation from webflow when using JSF2.
See http://static.springsource.org/spring-webflow/docs/2.3.x/reference/html/ch05s10.html
But faces:flow-builder-services does not support the 'validator' attribute.
Note that from my view I often turn it off:
<f:validateBean disabled="true">
...
</f:validateBean>