[Lift] Sitemap: Using instead of index and still having the current menu selected?

2009-12-29 Thread Alex Black
I've changed my sitemap from: Menu(Loc(index, Pair(index :: Nil, false), Home)) :: to Menu(Loc(index, Pair( :: Nil, false), Home)) :: So that my Home link goes to mysite.com/ instead of mysite.com/ index. But, I notice, when you're at mysite.com/ the sitemap doesn't show Home as

Re: [Lift] Sitemap: Using instead of index and still having the current menu selected?

2009-12-29 Thread David Pollak
On Tue, Dec 29, 2009 at 1:23 PM, Alex Black a...@alexblack.ca wrote: I've changed my sitemap from: Menu(Loc(index, Pair(index :: Nil, false), Home)) :: Yes, the / directory will be rendered by Lift as /index There's no way around that one. All other subdirectories (e.g., Loc(foo,