spring-webflow
spring-webflow copied to clipboard
Spring Web Flow
**[Alain Bergeron](https://jira.spring.io/secure/ViewProfile.jspa?name=berkum)** opened **[SWF-1197](https://jira.spring.io/browse/SWF-1197?redirect=false)** and commented Follwing jira http://jira.springframework.org/browse/SWF-1008, I would like to have this improvement to the popup. When I display a popup and execute validation on the fields...
**[Richard A](https://jira.spring.io/secure/ViewProfile.jspa?name=ralleman)** opened **[SWF-1130](https://jira.spring.io/browse/SWF-1130?redirect=false)** and commented I've had to hack the view creator factory in order to get Hibernate Validation working with webflow. The FlowExecutionListener or some other listener needs...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-1136](https://jira.spring.io/browse/SWF-1136?redirect=false)** and commented Includes: - Spring 3 TypeConverter Integration - Spring 3 EL Integration - Spring 3 Formatter Integration - Spring 3 Data Binding Integration - Spring...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-361](https://jira.spring.io/browse/SWF-361?redirect=false)** and commented This ticket is all about how to prevent your credit card from being charged twice In the case where the browser sends two requests...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-369](https://jira.spring.io/browse/SWF-369?redirect=false)** and commented We can generate flows from minimal metadata based on conventions. e.g. what is shown above is a basic flow to edit this account. We...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-368](https://jira.spring.io/browse/SWF-368?redirect=false)** and commented It would be convenient to allow the definition of persistent flow variables, that when created, automatically associate themselves with the flow's persistence context. e.g....
**[Graeme Rocher](https://jira.spring.io/secure/ViewProfile.jspa?name=graemerocher)** opened **[SWF-354](https://jira.spring.io/browse/SWF-354?redirect=false)** and commented Currently if you reload a class that exists in flow/flash/conversation scope the exception below is triggered. This is problematic as it can only be...
**[Rainer Neunteufel](https://jira.spring.io/secure/ViewProfile.jspa?name=rainern)** opened **[SWF-1167](https://jira.spring.io/browse/SWF-1167?redirect=false)** and commented Changes in #1756 affect URLs like in reference documentation Cancel No request parameter "javax.faces.ViewState" is passed to Webflow and the view is only refreshed....
**[Denis Pasek](https://jira.spring.io/secure/ViewProfile.jspa?name=dpasek)** opened **[SWF-359](https://jira.spring.io/browse/SWF-359?redirect=false)** and commented Currently SWF does not provide good support for preventing double form submits. As an example I will use the use case of banking transaction:...
**[Nazaret Kazarian](https://jira.spring.io/secure/ViewProfile.jspa?name=nkaza)** opened **[SWF-1109](https://jira.spring.io/browse/SWF-1109?redirect=false)** and commented Currently you cannot implement a custom ELExpressionParser that also resolves functions by extending ELExpressionParser. I have written a small patch that adds this support....