Hello List,
I have a little conceptual problem. I want to use breadcrumb
functionality (Example: Home > You > are > here ) in my web app, which
is implemented with MyFaces, Tomahawk, and Tiles. But I don't know to
implement this. How should I save the trail. I thought about a session
scoped bean which has a stack or something else but I don't know how
this might work. Furthermore when I'm here (Home > Function 1>
SubFunction 2) and I click somewhere else then there have to be such
output (Home > Function 3). I hope you know what I mean. I read much in
the Internet that I have to use the commandNavigation(2) tag, but how to
keep the navigation trail, and how this is implemented in the faces-config.
I would be happy about any examples.
Thx for suggestions