spring-webflow
spring-webflow copied to clipboard
Spring Web Flow
**[Matt.Hias](https://jira.spring.io/secure/ViewProfile.jspa?name=gitmotte)** opened **[SWF-1741](https://jira.spring.io/browse/SWF-1741?redirect=false)** and commented JSF 2.3 / Servlet 4.0 requires CDI 2.0 https://github.com/eclipse-ee4j/mojarra/issues/4659 > Please remove this hard check on CDI BeanManager or add a switch for disabling this...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** opened **[SWF-1740](https://jira.spring.io/browse/SWF-1740?redirect=false)** and commented Currently the [Flow Test support](https://docs.spring.io/spring-webflow/docs/current/reference/html/testing.html) depends on the JUnit 3 class hierarchy preventing applications from upgrading to recent JUnit versions. We need to allow...
**[Nate Margono](https://jira.spring.io/secure/ViewProfile.jspa?name=nmargono)** opened **[SWF-1737](https://jira.spring.io/browse/SWF-1737?redirect=false)** and commented I'm running into an issue that's awfully similar to [SPR-4826](https://jira.spring.io/browse/SPR-4826). This is a blocker for my application's new release as well. My issue is...
**[Jura Stuchlik](https://jira.spring.io/secure/ViewProfile.jspa?name=kapitanrum)** opened **[SWF-1710](https://jira.spring.io/browse/SWF-1710?redirect=false)** and commented Using SWF with myfaces and compose binding attribute in composite component – like this: ```xml ``` Then error occurs: ``` Caused by: javax.el.PropertyNotFoundException: Target...
**[nebhale](https://jira.spring.io/secure/ViewProfile.jspa?name=nebhale)** opened **[SWF-321](https://jira.spring.io/browse/SWF-321?redirect=false)** and commented Currently, if an exception is thrown as a result of invoking a bean invoking action, the exception propagates back to the flow and the flow...
**[nebhale](https://jira.spring.io/secure/ViewProfile.jspa?name=nebhale)** opened **[SWF-322](https://jira.spring.io/browse/SWF-322?redirect=false)** and commented Currently using an externalRedirect from a view-state, you can redirect to a flow definition URL, but the FlowExecutorArgumentHandler will append the flow execution key of...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-310](https://jira.spring.io/browse/SWF-310?redirect=false)** and commented It is sometimes useful to perform post processing on a flow built by a builder before the builder returns it. An example would be...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-316](https://jira.spring.io/browse/SWF-316?redirect=false)*** and commented Currently there is no way to measure the quality of a FlowExecution test. It is thought a listener that could track the paths exercised...
**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** opened **[SWF-311](https://jira.spring.io/browse/SWF-311?redirect=false)** and commented It would be useful if a user-defined login flow could be introduced into other flows to provide support for logging any from anywhere. This...
**[Nathan Moore](https://jira.spring.io/secure/ViewProfile.jspa?name=nemoore)** opened **[SWF-1174](https://jira.spring.io/browse/SWF-1174?redirect=false)** and commented The tomahawk tags panelTabbedPane/panelTab using serverSideTabSwitch="true" stopped responding in Webflow 2.0.7 and 2.0.8 (does work with 2.0.6). Using: Spring Framework: 2.5.6 Myfaces: 1.2.6 Tomahawk:...