Sorry for the delay. I hadn't checked the lists yet today.
My particular needs meant breadcrumbs only on certain pages/events,
not all. So I went the filter route. We also do not have our events in
a database or any other predefined hierarchy. Basically any top nav
events that should be trail "beginnings" have a 'reset' flag
(event-arg) so it will clear out the trail and start over.
From there, I have an array of structures in the session. Each
structure will hold the event name and any necessary event-args to
recall that event. Those structures are then put into the array which
is put in the session.
Does that make sense? I think I originally mentioned that I may blog
more about my solution. I never got around to that, so maybe that can
still happen. Meanwhile, let me know if you have any other questions
about this.
--
Matt Williams
"It's the question that drives us."
I just did a blog entry...
http://www.mattjanell.com/index.cfm?event=showEntry&entryId=102CE5C9-DDBE-57B0-6879FF66B3F0BE3C
And the demo (also linked in blog):
http://www.mattjanell.com/CrumbsExample/
On Fri, Aug 29, 2008 at 1:59 PM, Matt Williams <mgw...@gmail.com> wrote:Does that make sense? I think I originally mentioned that I may blogI just did a blog entry... http://www.mattjanell.com/index.cfm?event=showEntry&entryId=102CE5C9-DDBE-57B0-6879FF66B3F0BE3C And the demo (also linked in blog): http://www.mattjanell.com/CrumbsExample/
Done.
http://greatbiztoolsllc-trac.cvsdude.com/mach-ii/wiki/BreadcrumbsFilter
On Fri, Aug 29, 2008 at 3:37 PM, Peter J. Farrell <pe...@mach-ii.com> wrote:Awesome Matt! Thanks for blogging it! Would you consider adding your blog entry on the wiki under the common architectural approaches? http://greatbiztoolsllc-trac.cvsdude.com/mach-ii/wiki/DocumentationDone. http://greatbiztoolsllc-trac.cvsdude.com/mach-ii/wiki/BreadcrumbsFilter
.pjf