I have been learning about a web portal tool called BroadVision Portal.  One
of the nice things that it provides "out of the box" are breadcrumbs.  It
allows you to define a hierarchical navigation system where each level of
the hierarchy can have a sub-navigation element and/or one or more "content"
items.  You can compare this concept to a file system.  Every webpage/link
knows its relationship to the rest of the pages/links.  This means that
there is an API to know the current page's/link's parent, siblings, and
children.  Microsoft's Whidbey release of ASP.NET will provide an API for
this.  The bottom line is that having such a feature in Struts would make it
easy to build things like breadcrumbs.

Does anyone have any idea of what it would take to build a "site navigation"
type concept into Struts?

thanks,
Andy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to