In the Spring Web Flow 2.0.x reference guide, I found a few minor errors so far:
In 2.9.1, 2.9.1.1, 2.9.2, 5.7.6, the terminating tag should be:
not:Code:</subflow-state>
In 4.10.1.1 and 4.10.1.2, it should be:Code:</subfow-state>
not:Code:MessageContext messages = context.getMessageContext();
Code:MessageContext messages = context.getMessages();


Reply With Quote
