The idea of LocGroup is great. I have a few Menu's with LocGroup
("group1"). I want to generate:
<ul class="menu">
<li><a href="/foo1"><span>Foo1</span></foo>
<li><a href="/foo1"><span>Foo1</span></foo>
<li><a href="/foo1"><span>Foo1</span></foo>
</ul>
for just group1.
It appears that <lift:Menu.group /> does not print ul and li, and
lift:Menu.builder won't recognize group. What are my alternatives?
Also, I need to surround the item text with <span />.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---