(Sorry for the late reply ... I were disconnected from internet)

So, I just have to wait for the patch approval by the review board, great !
Thank you very much for your help, Ross, Tim and David !

Jean-Luc


2010/1/8 David Pollak <[email protected]>

>
>
> On Thu, Jan 7, 2010 at 5:12 PM, Tim Nelson <[email protected]> wrote:
>
>> I just noticed the same problem ("nearby" submenus are not displaying)
>> using 1.1-SNAPSHOT. If I switch to M8 the submenus appear as they
>> should.
>>
>> Was there a change in the way this works?
>>
>
> It's a bug.  It was fixed with a checkin that's currently on review board.
>
>
>>
>> Tim
>>
>> On Wed, Jan 6, 2010 at 9:59 AM, Ross Mellgren <[email protected]> wrote:
>> > By default sitemap will only show submenus "nearby" the current page.
>> You
>> > can show the entire expanded menu by using <lift:Menu.builder
>> > expandAll="true />
>> > You should try navigating to the "Author List" page and ensure that the
>> > "Author Test" menu shows up then.
>> > -Ross
>> > On Jan 6, 2010, at 9:20 AM, Jean-Luc wrote:
>> >
>> > Hi liftweb-list !
>> >
>> > Happy New Year to all !
>> >
>> > Well, I have an issue with sitemap submenus.
>> >
>> > Using the following code :
>> >     val entries = SiteMap(Menu(Loc("Home", "index" :: Nil , ?("Home"))),
>> >               Menu(Loc("Authors", "authors" :: "list" :: Nil, ?("Author
>> > List")),
>> >                                Menu(Loc("Test", "authors" :: "test" ::
>> Nil,
>> > ?("Author Test")))),
>> >               Menu(Loc("Add Author", "authors" :: "add" :: Nil, ?("Add
>> > Author"), Hidden)),
>> >               Menu(Loc("Books", "books" :: "list" :: Nil, ?("Book
>> List"))),
>> >               Menu(Loc("Add Book", "books" :: "add" :: Nil, ?("Add
>> Book"),
>> > Hidden)),
>> >               Menu(Loc("BookSearch", "books" :: "search" :: Nil, ?("Book
>> > Search"))))
>> >
>> > Expected result :
>> > - the menu is displayed and a "Author Test" entry is present
>> >     *  Home
>> >     *  Author List
>> >        * Author Test
>> >     *  Book List
>> >     *  Book Search
>> >
>> > Current result :
>> > - the menu is displayed but no "Author Test" entry is present
>> >     *  Home
>> >     *  Author List
>> >     *  Book List
>> >     *  Book Search
>> >
>> > Before the last mvn -U xxx my submenis where displayed correctly.
>> >
>> > Is there a known issue or am I missing something ?
>> >
>> > To reproduce the problem :
>> > - http://github.com/jlcanela/scalajpademo
>> > - change Boot.scala (line 53) and use the modified "entries" sitemap
>> >
>> >
>> > --
>> > Jean-Luc Canela
>> > [email protected]
>> > --
>> > 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]<liftweb%[email protected]>
>> .
>> > For more options, visit this group at
>> > http://groups.google.com/group/liftweb?hl=en.
>> >
>> >
>> > --
>> > 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]<liftweb%[email protected]>
>> .
>> > For more options, visit this group at
>> > http://groups.google.com/group/liftweb?hl=en.
>> >
>> >
>>
>> --
>> 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]<liftweb%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/liftweb?hl=en.
>>
>>
>>
>>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Beginning Scala http://www.apress.com/book/view/1430219890
> Follow me: http://twitter.com/dpp
> Surf the harmonics
>
> --
> 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]<liftweb%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>


-- 
Jean-Luc Canela
[email protected]
--
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