Tagged Questions
6
votes
1answer
323 views
Unit testing nested subflows (subflows of subflows)
I'm trying to write unit test for a flow, which has subflow, which, itself, has another subflow.
I register first flow using
FlowDefinitionResource getResource(FlowDefinitionResourceFactory ...
4
votes
1answer
326 views
Unable to locate Spring NamespaceHandler for element 'flow'
I am developing a spring webflow (2.0.7) project using SpringSource Tool Suite. I am trying to setup a basic flow.
My someflow.xml looks like this:
<flow ...
3
votes
1answer
2k views
Spring Web Flow - How can I set up unit test with values already in conversationScope?
I am working on a project using Spring Web Flow 2.0.
I am trying to unit test a flow that begins with a decision state. The decision state checks the value of an object that is on the ...
1
vote
1answer
461 views
Spring Web Flow 2: problem to save multiple models with one view
I have a form "mandatorydata-change.jsp" where the contact data (name, first name, ...) and the address of the user data must be specified. The contact data have his own table and the address data ...
1
vote
0answers
142 views
Perform additional validation on Spring Webflow MVC View
I'm currently working on an application that has an augmented AbstractMvcView class in its source tree.
The developer that did these modifications is no longer part of the company.
In the ...
0
votes
0answers
15 views
Spring webflow - how to pass the session in evaluate expression?
I'm using spring webflow, but I need to access my HttpSession in a method that's accessed using a transition ==> evaluate expression. (so in the xml file containing my flow)
So far I've yet to find a ...
0
votes
1answer
116 views
Spring Web Flow config for SpringFramework 3.0 or alternatives?
I would like to know, whether spring web flow supports springframework 3 release.
According to the official documentation ...
0
votes
0answers
90 views
Spring Web Flow and JavaScript
Is it possible to use Spring Web Flow 2 with JavaScript frameworks other than Spring JavaScript? For example, with a home grown JavaScript framework built on top of YUI?
If Yes, any idea on how much ...
0
votes
1answer
238 views
Web Flow view resolver problems
I have a sample application with web flows in a number of jars (extensions) and the configuration is loaded from the classpath this works fine. But I'm struggling with the view resolver configuration ...
0
votes
1answer
382 views
HttpServletRequest object in Spring webflow?
How to get HttpServletRequest object in FlowController?
I am trying to retrieve request object from getNativeRequest() method,But it is not giving HttpServletRequest object.
...
0
votes
2answers
1k views
Spring Web Flow: How to call static method from <evaluate />?
I need to call static method of org.hibernate.Hibernate class.
How to do that in element of flow ?
0
votes
1answer
218 views
Can I run Webflow 1.0 flows through Spring Webflow 2.1.1?
I have a project built with Webflow 1.0 and Spring 2.0. We'd like to upgrade to Spring 3, but that requires Webflow 2.X.
I've updated all the Spring and Webflow jars in the project, but when I try ...
0
votes
2answers
1k views
No flow definition found. Spring web flow
I am new to Spring webflow and now I am trying the example in Spring recipes book and I know this is a basic question.
I am getting the error as follows,
...