It means that the dispatch function on whatever Stateful Snippet is being
called isn't matching what you're asking it to provide. For instance, if
your snippet tag looks like

<lift:MySnippet.add>

Then the dispatchPf in the MySnippet stateful snippet has to have a dispatch
function like:

val dispatch: DispatchIt = {
    case "add" => <some function here> _
  }

See
http://scala-tools.org/mvnsites-snapshots/liftweb/lift-webkit/scaladocs/index.htmlfor
more details.

I also know that David has recently *strongly* recommended not putting
".html" on the ends of things.

Derek

On Fri, Oct 10, 2008 at 3:15 PM, Charles F. Munat <[EMAIL PROTECTED]> wrote:

>
> What exactly does this mean? I get a lot of these.
>
> WARN - Snippet Failure: SnippetFailure(/admin/users/add.html ->
>   ParsePath(List(admin, users, add),html,true,false),
>   Full(Menu.link),
>   Stateful Snippet: Dispatch Not Matched)
>
> What is failing here and what are the probable causes?
>
> Thanks.
>
> Chas.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to