spring-webflow
                                
                                 spring-webflow copied to clipboard
                                
                                    spring-webflow copied to clipboard
                            
                            
                            
                        Spring Web Flow
**[Marten Deinum](https://jira.spring.io/secure/ViewProfile.jspa?name=mdeinum)** opened **[SWF-982](https://jira.spring.io/browse/SWF-982?redirect=false)** and commented The documentation should describe more in depth what the default handling/process is of the end-state. (I.e. restart the flow execution) and give some ideas...
**[Johannes Grimm](https://jira.spring.io/secure/ViewProfile.jspa?name=jgrimm)** opened **[SWF-1682](https://jira.spring.io/browse/SWF-1682?redirect=false)** and commented Currently Spring Web Flow supports multiple inheritance only on a flow level: ```xml ... ``` Inheritance for states only supports single inheritance: ```xml ```...
**[Duncan Doyle](https://jira.spring.io/secure/ViewProfile.jspa?name=mccloud)** opened **[SWF-727](https://jira.spring.io/browse/SWF-727?redirect=false)** and commented See this forum thread for the requirement: http://forum.springframework.org/showthread.php?t=54714 --- **Affects:** 2.0.1 50 votes, 29 watchers
Ajaxified updating a bound value not possible when using input component within c:forEach [SWF-1675]
**[Johannes Grimm](https://jira.spring.io/secure/ViewProfile.jspa?name=jgrimm)** opened **[SWF-1675](https://jira.spring.io/browse/SWF-1675?redirect=false)** and commented In a spring webflow project that uses MyFaces as view technology the update of MyFaces from 2.1.17 to 2.2.7 breaks the ajaxified update of...
**[Paweł Rymaszewski](https://jira.spring.io/secure/ViewProfile.jspa?name=rymek)** opened **[SWF-1673](https://jira.spring.io/browse/SWF-1673?redirect=false)** and commented I have flow defined like this: ```xml ``` The page has 2 submit buttons and 2forms that handle 2 actions defined in the flow...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-1019](https://jira.spring.io/browse/SWF-1019?redirect=false)** and commented This has come up on several occasions, particularly with automated test suites running inside a CI environment. "Placing the files in the same directory...
**[Jeremy Haile](https://jira.spring.io/secure/ViewProfile.jspa?name=jhaile)** opened **[SWF-990](https://jira.spring.io/browse/SWF-990?redirect=false)** and commented Binding to properties of objects in a dynamically sized collection (e.g. AutoPopulatingList, LazyList, GrowthList, etc.) fail with webflow and jboss-el. It looks like org.jboss.el.ValueExpressionImpl.setValue()...
**[Waldemar Kaus](https://jira.spring.io/secure/ViewProfile.jspa?name=wka)** opened **[SWF-705](https://jira.spring.io/browse/SWF-705?redirect=false)** and commented Under Windows the path length is limited to 255 bytes. My attempt to build Web Flow from "C:\install\spring-webflow-2.0.1.RELEASE" fails on dowloading of: "c:\install\spring-webflow-2.0.1.RELEASE\projects\spring-webflow-samples\booking-faces\..\..\ivy-cache\repository\edu.oswego.cs.concurrent\com.springsource.edu.oswego.cs.dl.util.concurrent\1.3.4\com.springsource.edu.oswego.cs.dl.util.concurrent-sources-1.3.4.jar.part" This...
**[Eoin Mac Ionmhain](https://jira.spring.io/secure/ViewProfile.jspa?name=erevmi)** opened **[SWF-624](https://jira.spring.io/browse/SWF-624?redirect=false)** and commented Hi all, I wanted to be able to reference a particular anchor point in a view-state, rather than just be taken to the...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-492](https://jira.spring.io/browse/SWF-492?redirect=false)** and commented Basically, this is an annotation-based FlowHandler implementation strategy. "Controlling access to a single flow definition" means - Defining the id of the flow to...