How can I access Spring Webflow FlowScope elements outside the flow?
EDIT: I didn't get any bites on this question, so I'm adding a little more detail. I have a Spring Webflow app (ver 2.3.2). I need to access multiple FlowScope objects from inside the validation of one of the steps (not inside the flow itself). You would think this would be simple, but I haven't been able to crack it. Spring Webflow provides a series of special EL variables which can be used for accessing the various scopes, but only inside the flow itself. Inside a custom Spring validator, there doesn't seem to be any way to get to them: @Component public class MyObjectValidator { @Autowired