george
unread,Aug 22, 2009, 2:47:43 PM8/22/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lift
I'm trying to work with a SiteMap which has some different LocGroups.
When I do:
<lift:Menu.builder li_item:class="selected" />
I can render a menu for the whole sitemap and the selected item has
the class attribute applied.
But, when I do:
<lift:Menu.builder group="site" li_item:class="selected" />
I would expect the same behavior with a subset of items, but it just
doesn't work. The selected item doesn't get the class attribute.
However, if I do:
<lift:Menu.builder group="site" li:class="hello" />
Every item gets the class attribute.
To me this seems like a bug, or am I missing something?