This content has been marked as final.
Show 2 replies
-
1. Re: Home object Message problem
Damian Harvey Mar 5, 2008 10:08 AM (in response to jeremy girard)Sort of. The updated message will be shown if you call the update() method. The created messages will be shown if you call the persist() method. Sounds like your update button is calling persist.
You can set this message to something else using setUpdatedMessage() and setCreatedMessage().
Cheers,
Damian.
-
2. Re: Home object Message problem
jeremy girard Mar 5, 2008 10:26 AM (in response to jeremy girard)Ok, my call were all done to persist.
Thanks for the explanation
Regards