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

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