Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 3.6.2.RELEASE
-
Fix Version/s: None
-
Component/s: EDITING, VALIDATION
-
Labels:None
-
Environment:Fedora 20, openjdk 1.7.0, spring framework 3.2.11, webflow 2.3.4
Description
The flow.xml validation reports unrecognised flow identifier and marks the line with an error annotation. However, the flow redirects to the subflow correctly.
Configuration:
flow-location-pattern is "/**/flow.xml"
base-path "/WEB-INF/flows"
/WEB-INF/flows/home/flow.xml:
<subflow-state id="userHome" subflow="home">
I noticed that the type-ahead should suggest the list of available flow identifiers. This doesn't work as well, it's suggesting 'flow' as the only known identifier.