On Thu, Feb 18, 2010 at 6:33 AM, Julian Backes
<[email protected]>wrote:

> Hi,
>
> I want to implement something like "You are here: Root -> Somewhere 1 ->
> Somewhere 1.1" which is displayed on all pages.
> Is it possible to use SiteMap to do that? Can someone give me a hint how to
> do that?
>
> Thanks,
> Julian
>

val breadcrumbs: List[Loc[_]] =
for {
  currentLoc <- S.location.toList
  loc <- currentLoc.breadCrumbs
} yield loc

This gives you the list.


>
> --
> 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].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to