You might try putting a "Hidden" object on the "specials" menu... that way
it won't show up... is this what you mean?

On Thu, May 14, 2009 at 10:35 PM, denew <[email protected]> wrote:

>
> A few days new to Lift, but stumbling along ok. A small issue (I hope
> this abbrv. code is sufficient):
>
> ...
> Menu(Loc("specials", ("content" :: "specials" :: Nil) -> true,
> "Specials")) ::
>
> ...
>
> case RewriteRequest(ParsePath("content" :: "specials" :: page :: Nil,
> _, _,_), _, _) =>
>               RewriteResponse(List("content", "product", "index"), Map
> ("page" -> page, "category" -> "specials"))
>
> I have a number of categories that redirect to the same page. On this
> page there is then the usual paging (next, last, numbers, etc.). All
> other menu items that are not redirected (i.e. just 'normal' ones)
> 'grey out' (as they should--nice) when accessed, but this doesn't. Its
> a minor, because paging and categories work happily as expected, but
> it looks wrong to see that menu still active when other page's aren't
> after landing
>
> Clear as mud I suppose...
>
> >
>


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