What does your template look like? I don't think that the error you're
getting has anything to do with SiteMap (problems there would result in a
403 or 404 HTTP error).

Derek

On Wed, Aug 19, 2009 at 5:47 PM, Meredith Gregory
<[email protected]>wrote:

> Lifted,
>
> i readily confess to being a total idiot. i'm always running into this
> problem of not knowing when the namespace binding is in effect. i've cribbed
> Chat.scala and other files from liftweb/site/example and added it whole sale
> to my project.    When i add
>
> val entries =
>       ( Menu(Loc("Home", List("index"), "Home"))
> ...
> :: Menu(Loc("Chat.1", List("chat"), "Chat", If(User.loggedIn_? _, "x")))
> ...
> :: User.sitemap )
>
> to my site menu and fire things up i get 'namespace chat undefined'.  This
> is despite
>
> override def render =
>            bind("chat", bodyArea,
>             "name" -> userName,
>             AttrBindParam("id", Text(infoId), "id"),
>             "list" -> displayList _)
>
> being defined in the chat class. Any body have a clue for the clueless?
>
> Best wishes,
>
> --greg
>
> --
> L.G. Meredith
> Managing Partner
> Biosimilarity LLC
> 1219 NW 83rd St
> Seattle, WA 98117
>
> +1 206.650.3740
>
> http://biosimilarity.blogspot.com
>
> >
>

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