There is a built in snippet called "Msg" (it's in net.liftweb.builtin.snippet). It is wired into LiftRules.snippetDispatch by default, which I believe will run before automatic snippet resolution via class name.
If you want to use a snippet called "Msg", I think you might have to wire it into snippetDispatch yourself. -Ross On Dec 23, 2009, at 11:38 AM, Erkki Lindpere wrote: > I couldn't figure out why my snippet was not being called, then > renamed my class (it was named Msg) and it started working. Is Lift > possibly resolving <lift:msg.blabla> to another class called Msg? > > -- > > 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 > . > > -- 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.
