Top "Spring-webflow" questions

Spring Webflow is a web-app framework which helps to define the page navigation rules in a intuitive, and reusable way.

Spring Webflow : how do I pass an attribute from one flow to another during a transition?

I have an action-state that evaluates an expression and then transitions to various other states depending on the result. One …

spring-webflow
Login/logout in REST with Spring 3

We are developing RESTful webservices with Spring 3 and we need to have the functionality of login/logout, something like /webservices/…

spring rest spring-security spring-webflow spring-3
What are the jars needed for only Spring-MVC?

I need to run the Spring-MVC in my scratch project. At the same time i have minimum memory area to …

spring spring-mvc spring-webflow
Spring Webflow - decision-state vs action-state

I am using Spring WebFlow 2 and I want to know the diff of decision-state vs action-state. I am reading up …

java spring spring-webflow
How to implement login page using Spring Security so that it works with Spring web flow?

I have a web application using Spring 2.5.6 and Spring Security 2.0.4. I have implemented a working login page, which authenticates the …

java spring-mvc spring-security spring-webflow
Spring Security : Bypass login form

I want to bypass the login form for a Spring webflow (Spring 2.0.5) application under certain scenarios (so the login form …

authentication spring-security spring-webflow
Simple Variable in Web Flow

I've different view-state's in flow.xml. All of theses states have the same view. Now i want to set a …

java spring jsf spring-webflow
How to use multiple ViewResolvers in Spring?

I am working on a web app where I have most of my pages making use of apache tiles (2.1.2), but …

spring spring-mvc spring-webflow
Spring Web Flow LockTimeoutException

We are using Spring Web Flow (2.0.9) in the Weblogic 10 clustured environment. And in production we are getting a lot of …

spring-webflow weblogic-10.x reentrantlock
How to pass parameters to spring webflow?

First of all, I don't know how can config restful url request for spring webflow, for example,how can I …

spring-webflow