Spring Operator
Spring Operator
**[Alberto Mozzone](https://jira.spring.io/secure/ViewProfile.jspa?name=albert2springjira)** commented Hi Rossen! What's the issue that made you change the code? If the new version resolves the problem I can try to tell our customer that I've...
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented The change was made as part of work done to integrate the Spring 3 type conversion into Spring Web Flow (see #440 for more details). Let me...
**[Erwin Vervaet](https://jira.spring.io/secure/ViewProfile.jspa?name=klr8)** commented So far our advice for situations where you want control over how the flow reacts to action execution results has been to put the action(s) in a...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** commented In MVC this seems to work by using setAllowedFields(…) using cars[*].* or cars[*].color if you want to be more specific. Unfortunately AbstractMvcView does not use MVC DataBinder...
**[eli willaert](https://jira.spring.io/secure/ViewProfile.jspa?name=eliwillaert)** commented `@Oliver` Gierke In attachment you can find the code I used to fix this in my project. The implementation given in #320 is much better but this...
**[david varnes](https://jira.spring.io/secure/ViewProfile.jspa?name=dvarnes)** commented I believe that this enhancement is related to an earlier request #1009. I submitted that one before the new Conversation sub-system was factored out in the API....
**[Erwin Vervaet](https://jira.spring.io/secure/ViewProfile.jspa?name=klr8)** commented The SessionBindingConversationManager used by RC4 (and 1.0) puts a ConversationContainer object in the HttpSession. That ConversationContainer contains 'ContainedConversation' objects. So you should be able to get at...
**[Martin van Dijken](https://jira.spring.io/secure/ViewProfile.jspa?name=sunsear)** commented Keith, I'm not currently using Web Flow in any active projects and don't know if I will in the near future. Is there a point in...
**[Nils Eckert](https://jira.spring.io/secure/ViewProfile.jspa?name=nils_eckert)** commented Similar problem in an other project: http://java.net/jira/browse/GLASSFISH-16111?focusedCommentId=310998&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_310998
**[Phil Webb](https://jira.spring.io/secure/ViewProfile.jspa?name=pwebb)** commented Hi Nils, Thanks for the bug report and the patch. Starting with Web Flow 2.4 we are planning to drop JSF 1.2 support and as a result...