what URL are you using?

Can you include the full browser source?

On Wed, Aug 19, 2009 at 4: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
>
> >
>


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