It doesn't yet, but it should. I think that change will not make our M3 release, but it should be in M4.
BTW, because we're working on this with the Spring Roo team, we've been using their issue tracker<https://jira.springsource.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+ROO+AND+resolution+%3D+Unresolved+AND+component+%3D+GWT+ORDER+BY+priority+DESC&mode=hide>. We're less likely to lose track of issues that are filed there, under component GWT. https://jira.springsource.org/browse/ROO On Tue, Aug 17, 2010 at 10:13 AM, Patrick Julien <[email protected]> wrote: > RequestFactory issues an event on record change but does it issue an > event on creation? > > On Tue, Aug 17, 2010 at 1:04 PM, Ray Ryan <[email protected]> wrote: > > Thanks for all the feedback. > > I'm definitely not suggesting that this mechanism is done, it's just a > step > > along the way. And yes, the hard coded exit points are particularly bad. > > Rather than having these activities drive the place controller directly, > I'd > > like them to emit events like "save worked," "user canceled," and allow > you > > to wire up what happens in response. Also, don't forget that the > > RequestFactory issues events on any record change. > > To that end I have thoughts about changes we can make to HandlerManager > and > > Widget that I think can make things a lot more flexible than what you see > > here, and simpler at the same time. I hope to have a design proposal to > > share this week. > > On Tue, Aug 17, 2010 at 9:40 AM, Pascal Patry <[email protected]> > wrote: > >> > >> On Tuesday, August 17, 2010 12:34:29 Patrick Julien wrote: > >> > Same for Abstract list, yeah, providing a default for showDetails is > >> > nice, making it private is not so much > >> > >> That's right... you can always create a new SelectionModel to have > >> something else than showDetails() that is being called, but then you > >> loose about half of the whole framework usefulness... so, not that > >> great either. > >> > >> -- > >> http://groups.google.com/group/Google-Web-Toolkit-Contributors > > > > -- > > http://groups.google.com/group/Google-Web-Toolkit-Contributors > > -- > http://groups.google.com/group/Google-Web-Toolkit-Contributors > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
