On Fri, Jul 3, 2009 at 4:51 PM, glenn <[email protected]> wrote: > > 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?
Should work... is it still failing? > > > > > > > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
