Support providing validator in faces builder serivces

Issue: SWF-1494
This commit is contained in:
Rossen Stoyanchev
2014-03-31 17:28:31 -04:00
parent 33bd09801b
commit cce1515a17
11 changed files with 138 additions and 27 deletions

View File

@@ -529,14 +529,6 @@ private String name;
<webflow:flow-builder-services id="flowBuilderServices" validator=".." validationHintResolver=".." />
</programlisting>
</para>
<para>
The above configuration example works in applications not using JSF.
For JSF applications that rely on Web Flow-based validation,
you will need to register a
custom extension of Web Flow's <emphasis>FlowActionListener</emphasis>
via faces-config.xml configured with the custom
<classname>ValidationHintResolver</classname>.
</para>
</sect3>
</sect2>