I'm trying to do something like:
override def afterSave = addAfterSave _ :: Nil
private def addAfterSave(c: Content) {
....
}
}
and assume afterSave automatically gets called after saving a mapper
entity. But it never does.
What could I be missing or doing wrong?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---