spring-webflow
spring-webflow copied to clipboard
Spring Web Flow
**[Volker Malzahn](https://jira.spring.io/secure/ViewProfile.jspa?name=malzahn)** opened **[SWF-1460](https://jira.spring.io/browse/SWF-1460?redirect=false)** and commented In a "redirect after post" GET request CoreResponseStateManager._restoreSerializedView tries to restore the view but fails because the expected request parameter "javax.faces.ViewState" is missing (a...
**[Donny A. Wijaya](https://jira.spring.io/secure/ViewProfile.jspa?name=fenrir)** opened **[SWF-1425](https://jira.spring.io/browse/SWF-1425?redirect=false)** and commented I tried to put the flows and views inside META-INF in the classes folder (I am trying to experiment with SWF modularity by...
SecurityFlowExecutionListener not compatible with SpEL expressions in Spring Security 3 [SWF-1508]
**[Koen Serneels](https://jira.spring.io/secure/ViewProfile.jspa?name=koen.serneels)** opened **[SWF-1508](https://jira.spring.io/browse/SWF-1508?redirect=false)** and commented When SecurityFlowExecutionListener is supplied with an AccessDecisionManager, the authorization decision is left over to the AccessDecisionManager. However, when using Spring Security with SpEL ()...
**[Artem Karpenko](https://jira.spring.io/secure/ViewProfile.jspa?name=yozh-tema)** opened **[SWF-1525](https://jira.spring.io/browse/SWF-1525?redirect=false)** and commented When entities have lazy-initialized relations and they are loaded using WebFlow's persistence context (without transaction) then database connection is not closed but at the...
**[eli willaert](https://jira.spring.io/secure/ViewProfile.jspa?name=eliwillaert)** opened **[SWF-913](https://jira.spring.io/browse/SWF-913?redirect=false)** and commented When you want to use a custom converter for a property you can specify this in the binding tag of your web flow definition....
Allow Spring MVC Controllers to control which fragment(s) to render for a composite view [SWF-1090]
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-1090](https://jira.spring.io/browse/SWF-1090?redirect=false)** and commented Currently it is only possible to specify fragments client-side, which doesn't really mesh with MVC concepts and allows the client to render other views...
**[Keith Garry Boyce](https://jira.spring.io/secure/ViewProfile.jspa?name=garpinc)** opened **[SWF-515](https://jira.spring.io/browse/SWF-515?redirect=false)** and commented I call a series of validators on submit.. I want the error messages from all the validators so even though earlier validator failed...
**[Alex Antonov](https://jira.spring.io/secure/ViewProfile.jspa?name=aantono)** opened **[SWF-171](https://jira.spring.io/browse/SWF-171?redirect=false)** and commented Add an ability to somehow to get a visibility into the number of continuations that the ContinuationFlowExecutionRepository has or to find out when that...
Creating a ConversationListener interface so conversation begin and end can be monitored [SWF-154]
**[Martin van Dijken](https://jira.spring.io/secure/ViewProfile.jspa?name=sunsear)** opened **[SWF-154](https://jira.spring.io/browse/SWF-154?redirect=false)** and commented We'd like to have a way of attaching a ConversationListener to our web flow configuration. The problem we'd like to fix is that...
**[Alex Antonov](https://jira.spring.io/secure/ViewProfile.jspa?name=aantono)** opened **[SWF-42](https://jira.spring.io/browse/SWF-42?redirect=false)** and commented Right now when I specify the \ or \ behaviors during the state definition, they would execute an action, but regardless of its status...