Hi Carsten, yes, you are right, those events are there but are never sent. I wrote about it here http://issues.apache.org/jira/browse/COCOON-1685#action_12367041 .
Unfortunately, I don't know which is the best place to broadcast these events. The BindingManager returns a Binding instance (which could be anything) and on that instance the save and load methods are called directly form the javascript/javaflow FOM implementations. Maybe we could add a loading(Binding binding, Object model) and saving(..) methods to the form, and have them called either by the various base binding classes or the javascript/javaflow FOM implementations, to notify the form that its being loaded/saved. From there we could then broadcast the events, and also do something else in the future. Simone Carsten Ziegeler wrote: >Is it correct that the load and save model events are never send? It >seems that the listeners get never notified when these phases end. Is >this true or did I oversee something? >If it's not implemented, does anyone have an idea where to implement it? > >Carsten > > > -- Simone Gianni
