webflow2

Integrating Spring Webflow 2 and Apache Tiles

I've recently started upgrading some applications to use Spring Webflow 2, and I want to make use of the new Ajax functionality that comes with Webflow 2. Can somebody please direct me to a tutorial for integrating Tiles 2 with Spring Webflow (since that's apparently what they recommend). I've found the documentation that comes with We...

Can Spring Webflow 2.0's entity manager commit from subflow states?

Hello. My team and I are currently starting up a project using Spring 2.5.6 and Spring Webflow 2.0 (JDK 1.4.2). We're in the design phase right now, and I would like to know whether or not Spring's Persistence context/entity manager (we're going to use Hibernate) can commit from subflows. The commit attribute is only available from th...

Replacing innerHTML content with Dojo / Spring Webflow 2

I've recently started heavy use of Spring Webflow 2 in my project so that I could make use of its integration with the Dojo javascript framework. I have a list of rows in a <table>, each row containing information about transactions in our system. I'd like to be able to get more information on a transaction by having a link in each row...

Using Spring IDE in Eclipse 3.4

Hello, I'm using the Spring IDE plugin with Eclipse 3.4 (finally decided to upgrade), and I have several projects which use the Webflow integration that comes with the Spring IDE plugin. For some reason, I can't view anything having to do with Spring Webflow in Eclipse 3.4. It worked just fine in 3.3, but not 3.4. Has anybody encount...

How do I write a custom converter in Spring Web Flow 2?

Hello. I am using Web Flow 2.0.7 with Spring MVC and Hibernate. My problem is about custom converters for my custom types and database connection from within my converter. Let's say I have a type Person and the Person has a field of my custom type Title, and all Titles are already in my database. Now I have an html form, in which a use...

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 conversationScope. I cannot figure out how to insert a value into the conversationScope for the unit test. I have tried: getConversationScope().put("...

Using Web Flow 2 in JSF application

Hi, I created a JSF cart application which runs just fine. I am using 'redirect' to fix the problem with refresh. The problem is when there is multiple page flow logic like if you haven't signed up you need to sign up or create an account, and once you do that you need to be redirected back to where you were when you were asked to sign u...

Webflow2: cant bind view with model

Hi Could someone help me understand what am I missing in binding the view with model? Here is the error I am getting: org.springframework.binding.expression.PropertyNotFoundException: Property not found at org.springframework.binding.expression.ognl.OgnlExpression.getValue(OgnlExpression.java:87) at org.springframework.webflow.mvc.view...

Webflow2: not pre-populating the form on back button

Hi I am new to webflow 2 and I have query regarding the pre-population of the form with previous data on clicking the back botton. I developed a simple application using webflow 2, in which I fill the form and submit and get the results accordingly. But when i click the back button the form doesnt show any of the previously filled data ...