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.

How to send parameter to fileUploadListener in PrimeFaces fileUpload

When I create a model I would like to save images for a model. I am using PrimeFaces fileUpload component. …

file-upload jsf-2 primefaces spring-webflow
When to use spring web flow over spring mvc

Is it fair to say that the most important justification to use Spring Webflow over Spring MVC is this: Using …

spring-mvc spring-webflow
how do I register a custom conversion Service in spring 3 / webflow 2?

I've been trying to follow this example and using the reference to guide me, but I'm having no luck. I've …

java spring spring-webflow
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 ==> …

spring-webflow spring-webflow-2
Error creating bean with name : Scope 'request' is not active for the current thread

I have integrated SWF 2.2.1,Primefaces 2.2.1,JSF 2,Spring Security 3,Spring 3.1.0M1I and EhCache and AspectJ and Castor. I have defined …

spring aspectj spring-webflow castor
How to redirect Spring security concurrent session control 'message' on login screen?

I have web application, in which I have used Spring framework. For the concurrent session control I have use spring …

java spring jakarta-ee spring-security spring-webflow
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 …

spring tiles spring-webflow tiles2
Spring Webflow, return to main flow from any sub-flow

I'm trying to return to my main flow in spring, from any of my subflows just by clicking a button. …

spring-webflow
How to add values into Spring SecurityContextHolder

I have there login parameters 1.userName 2.password 3.companyId I have got user name and password using following code Authentication auth = …

spring spring-mvc spring-security spring-webflow
Ajax + Spring Webflow

First, I am using spring webflow and some spring javascript to make ajax calls easier. As of right now, I …

ajax spring-webflow