Spring Operator
Spring Operator
**[Kengkaj S.](https://jira.spring.io/secure/ViewProfile.jspa?name=kengkaj.s)** commented How about complement biding? If we write the following binding: \ \ \ Other properties will be bind automatically.
**[eli willaert](https://jira.spring.io/secure/ViewProfile.jspa?name=eliwillaert)** commented This issue should be merged with #273
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented I am linking in #273 as a related issue. I think we can close #273 as a duplicate unless there are any objections.
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** commented Also linking in #427, which made it easier to extend methods in AbstractMvcView.java.
**[Lucas Theisen](https://jira.spring.io/secure/ViewProfile.jspa?name=lucastheisen)** commented Perhaps an aspect version of the above workaround to avoid having to recompile a custom version of spring webflow (or is there a better way)? Here is...
**[Steve Taplin](https://jira.spring.io/secure/ViewProfile.jspa?name=steve_taplin)** commented Following this parallel split, it would be desirable to be able to synchronize one or more of the asynchronous tasks back to the main flow at some...
**[Erwin Vervaet](https://jira.spring.io/secure/ViewProfile.jspa?name=klr8)** commented Also see the following forum thread: http://forum.springframework.org/showthread.php?t=36873
**[Andreas Schildbach](https://jira.spring.io/secure/ViewProfile.jspa?name=goonie)** commented It would also be desirable for the main flow to be able to interrupt/stop its spawned parallel flow. E.g. when you navigate away (using main flow transitions)...
**[Keith Garry Boyce](https://jira.spring.io/secure/ViewProfile.jspa?name=garpinc)** commented Before that was compatible with m1 Usage:
**[Keith Garry Boyce](https://jira.spring.io/secure/ViewProfile.jspa?name=garpinc)** commented This one is an attempt to be compatible with m3. It doesn't work yet.