Fix attribute for validation hint resolver

The flow-builder-services attribute for specifying a
ValidationHintResolver was originally added to use (incorrectly)
camelback notation, i.e. validationHintResolver. This change fgiixes
that to the XML convention i.e. validation-hint-resolver.

SWF-1629
This commit is contained in:
Rossen Stoyanchev
2014-03-31 17:36:38 -04:00
parent cce1515a17
commit e108904e37
4 changed files with 5 additions and 4 deletions

View File

@@ -526,7 +526,7 @@ private String name;
<programlisting language="xml">
&lt;webflow:flow-registry flow-builder-services="flowBuilderServices" /&gt;
&lt;webflow:flow-builder-services id="flowBuilderServices" validator=".." validationHintResolver=".." /&gt;
&lt;webflow:flow-builder-services id="flowBuilderServices" validator=".." validation-hint-resolver=".." /&gt;
</programlisting>
</para>
</sect3>