Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am unable to launch flow with Spring web flow 2.3.1 + Spring 3.2.0 + JSF 2.0. Spring is getting initialized, but when I am trying to load my flow, nothing happens.

I have attached a FlowExecutionListener, it get created. But no control is returned to it. Same way I am trying to get RequestContextHolder.getRequestContext(), it returns null.

I am not sure what is wrong with configuration. I tried all steps mentioned in configuration.

I am using below classes,

navigation handler - org.springframework.web.jsf.DelegatingNavigationHandlerProxy variable-resolver - org.springframework.faces.webflow.SpringBeanWebFlowVariableResolver

I have custom ContextLoadListener, which get invoked. I am passing the webflow config xml as contextConfigLocation parameter to load. The file is also getting load as I have registered the FlowExecutionListener into it.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.