[Lift] Re: Class not found?

2009-06-22 Thread Charles F. Munat

I'll update it to 1.1-SNAPSHOT ASAP. Thanks!

(The page still displays, so it's not a show-stopper.)

Chas.

David Pollak wrote:
> Charles,
> 
> If you're running Lift 1.1-SNAPSHOT in developer mode, you'll get a very 
> nice error message in the browser giving you more details on which 
> snippet was not found.
> 
> Thanks,
> 
> David
> 
> On Fri, Jun 19, 2009 at 6:53 PM, Charles F. Munat  > wrote:
> 
> 
> I'm still confused about this:
> 
> WARN - Snippet Failure: SnippetFailure(/events/competitions/ ->
> ParsePath(List(events, competition,
> index),,true,false),Full(default),Class Not Found)
> 
> Anyone know what this means?
> 
> Chas.
> 
> 
> 
> 
> 
> -- 
> 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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Class not found?

2009-06-22 Thread David Pollak
Charles,
If you're running Lift 1.1-SNAPSHOT in developer mode, you'll get a very
nice error message in the browser giving you more details on which snippet
was not found.

Thanks,

David

On Fri, Jun 19, 2009 at 6:53 PM, Charles F. Munat  wrote:

>
> I'm still confused about this:
>
> WARN - Snippet Failure: SnippetFailure(/events/competitions/ ->
> ParsePath(List(events, competition,
> index),,true,false),Full(default),Class Not Found)
>
> Anyone know what this means?
>
> Chas.
>
> >
>


-- 
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 liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---



[Lift] Re: Class not found?

2009-06-20 Thread Jean-Luc
When I have "Class Not Found" it's usually because I misconfigured my
snippet package in Boot..

Would your give some more informaiton ?
- what is your package conf in Boot ?  =>
LiftRules.addToPackages("net.liftweb.example")
- what is your Snippet package ? => package net.liftweb.example.snippet
- what is your snippet declaration ? 

>
> I'm still confused about this:
>
> WARN - Snippet Failure: SnippetFailure(/events/competitions/ ->
> ParsePath(List(events, competition,
> index),,true,false),Full(default),Class Not Found)
>
> Anyone know what this means?
>
> Chas.
>
> >
>


-- 
Jean-Luc Canela
jlcane...@gmail.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~--~~~~--~~--~--~---