setting saveListener on ObjectForm has no impact. I thought my method would be invoked instead of the usual EditPage.save, but it didnt. I also see that ObjectForm passes it off to ObjectAction but then it is not used there.
Alejandro writes -
ObjectActions should declare a parameter saveListener like this:
<parameter name="saveListener" default-value="ognl:page.listeners.save" deprecated="no"/>
and then
<component id="saveButton" type="Submit" inherit-informal-parameters="no">
<binding name="listener" value:"ognl:saveListener"/>
</component>