Spring Operator
Spring Operator
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Is it possible to provide a small sample that demonstrates the issue?
**[Bogdan Negru](https://jira.spring.io/secure/[email protected])** commented Here is a sample made a while ago for the same problem: https://github.com/Ozius/aura-commons-web Please let me know if it ok, or you need a smaller one.
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented The [booking-portlet-mvc](https://github.com/SpringSource/spring-webflow-samples/tree/master/booking-portlet-mvc) samples doesn't do a redirect but you can experiment. It would be useful if you could isolate whether the issue is linked to Web Flow...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Is this a regression?
**[Volker Malzahn](https://jira.spring.io/secure/ViewProfile.jspa?name=malzahn)** commented I don't really understand your question. This issue makes it impossible to use a transition without a "to" attribute (simple \\) in the combination SWF 2.4, MyFaces...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented The question is simply whether some recent change in Web Flow broke what previously used to work?
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Redirecting in the same state is known to have side effects in JSF. The recommendation is to disable it, see [Redirect in Same State](https://docs.spring.io/spring-webflow/docs/2.5.0.RELEASE/reference/html/spring-faces.html#spring-faces-redirect-in-same-state).
**[Volker Malzahn](https://jira.spring.io/secure/ViewProfile.jspa?name=malzahn)** commented In this situation it's in the reverse way: "redirect in same state" solves the problem for non-AJAX requests. But for AJAX requests a redirect isn't acceptable (the...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Understood and apologies for the slow response, while I was away. To be completely honest, the JSF integration in Web Flow is quite deep unlike my own...
**[Jürgen Langthaler](https://jira.spring.io/secure/[email protected])** commented We hit the same issue using SWF 2.5.1, MyFaces 2.3.2 and Websphere 9.0.0.10. A fix would be very appreciated.