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 Web Flow Preventing Back Button Use

So I'm using Spring Web Flow on a project and want to make use of the history="discard" and history="…

exception-handling spring-webflow
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 ExternalRedirect using Expression

Background A user must submit report parameters to the server. The server redirects the user to a URL. That URL …

java spring jsp redirect spring-webflow
Case-insensitive query string request parameters

My goal is that all below URI's should work https://rest/xyz?sort=name https://rest/xyz?Sort=name https://…

java spring rest spring-mvc spring-webflow
What is setting Cache-Control no-cache, no-store in my deployment?

I have an issue that my application deployment always returns response headers with: Cache-Control: no-cache Cache-Control: no-store Expires:Thu, 01 Jan 1970 00:00:00 …

java spring jboss primefaces spring-webflow
Spring Webflow - access exception using transition.on-exception attribute

I wondering how can I access exception object using on-exception attribute? My current configuration looks like this: <transition on-exception="{…

exception-handling spring-webflow
Spring MVC - Web Flow Controller

I have a j2ee application developed using spring framework and spring webflow. Currently all of my url requests go …

java spring jakarta-ee spring-mvc spring-webflow
Chinese character encoding?

I have a use case where i am submitting parameters to spring controller through post request. In the controller, i …

java spring character-encoding urlencode spring-webflow
Benefits to using Spring EL over OGNL?

I was wondering what exactly moved Spring to use Spring EL over OGNL in its web flow product: http://static.…

java spring spring-webflow ognl spring-el
Data Binding Error Handling in Spring MVC

I have a question about data binding in Spring MVC. I have a Controller which accepts a JSON request in …

java spring jakarta-ee spring-mvc spring-webflow