I have a snippet:
class Naselja extends SimpleSifarnik[Naselje](new Naselje) {
}
that used to have a method that displayed some links on the page.
Then I decided to move that snippet to SimpleSifarnik base class and
it doesn't work any more.
I can see this in the log:
WARN - Snippet Failure: SnippetFailure(/pages/sifarnici/naselja/
naseljaList -> ParsePath(List(pages, sifarnici, naselja,
naseljaList),,true,false),Full(naselja.pager),Method Not Found)
Adding override def pager(xhtml : NodeSeq) = super.pager(xhtml) to
Naselja snippet fixes the problem but i don't understand why it
doesn't wok without it.
Thanks :)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---