Top "Spring-webflow-2" questions

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

How can I access Spring Webflow FlowScope elements outside the flow?

EDIT: I didn't get any bites on this question, so I'm adding a little more detail. I have a Spring …

java spring spring-webflow-2
How to set user role in Spring Security 3?

I am working on JAVA EE technologies to learn JSF-Spring-Hibernate vs... I am trying to do web application with diffirent …

spring authentication spring-security roles spring-webflow-2
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
Spring webflow 2 - url mapping not working

I'm using spring mvc 3 along with webflow 2. I have been following online resources and have been trying to get an …

spring spring-webflow url-mapping spring-webflow-2
Spring Web Flow request mappings

I am adding Spring Web Flow 2 to a very large existing web application that does not currently use Spring MVC …

spring spring-mvc mapping spring-webflow-2
Validation on grails submitButton

Is it possible to create a validation using javascript to be implemented on the onCLick property of grails' <g:…

grails button spring-webflow-2
Spring Webflow: How to to customize externalRedirect in end-state?

The parent flow of my webflows has the following end-state defined: <end-state id="endState" view="externalRedirect:contextRelative:index.html"/&…

spring-webflow-2
Is it possible to use if tag in <on-entry> state in spring webflow

I have written the flow as below in spring web-flow 2. But I get error as invalid content. <on-entry> &…

java spring spring-webflow-2
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 ?

java spring-webflow spring-webflow-2
Web flow add model attribute for binding with form values

I'm new to web flow, so I'm not sure how to do this: I have a spring mvc controller, and …

spring-mvc spring-webflow spring-webflow-2