I've raised ISIS-829 for this [1]
[1] https://issues.apache.org/jira/browse/ISIS-829 On 24 June 2014 09:48, <[email protected]> wrote: > Domain object lifecycle method updating is not working in the below > scenario: > > > 1. From the Menu service, list all domain objects > > 2. Pick one to navigate into its detail page > > 3. By default we can see Edit button. > > 4. Click on Edit button to edit some properties. Modify some > properties and click on Ok. And updating method defined in domain object is > not invoked > > > Method is defined as below inside a domain object which is being selected > from the list to update through Edit default button: > public void updating(){ > this.setChangeBy(this.container.getUser().getName()); > this.setChangeDt(new Date()); > } > > > > The information contained in this electronic message and any attachments > to this message are intended for the exclusive use of the addressee(s) and > may contain proprietary, confidential or privileged information. If you are > not the intended recipient, you should not disseminate, distribute or copy > this e-mail. Please notify the sender immediately and destroy all copies of > this message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. > The company accepts no liability for any damage caused by any virus > transmitted by this email. > > www.wipro.com >
