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:
@@ -526,7 +526,7 @@ private String name;
|
||||
<programlisting language="xml">
|
||||
<webflow:flow-registry flow-builder-services="flowBuilderServices" />
|
||||
|
||||
<webflow:flow-builder-services id="flowBuilderServices" validator=".." validationHintResolver=".." />
|
||||
<webflow:flow-builder-services id="flowBuilderServices" validator=".." validation-hint-resolver=".." />
|
||||
</programlisting>
|
||||
</para>
|
||||
</sect3>
|
||||
|
||||
Reference in New Issue
Block a user