--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
Peter,
Menu.i defines the menu link text as S.?("name"). If we change the method to:
def i(nameAndLink: String): PreMenu = Menu.apply(nameAndLink, S.loc(nameAndLink, Text(nameAndLink)) /*S ? nameAndLink */)
It should work. Can you make the change and commit the code to master and lift_30 ?
Peter,
Menu.i defines the menu link text as S.?("name"). If we change the method to:
def i(nameAndLink: String): PreMenu = Menu.apply(nameAndLink, S.loc(nameAndLink, Text(nameAndLink)) /*S ? nameAndLink */)
It should work. Can you make the change and commit the code to master and lift_30 ?