> I would like to build my own breadcrumb type of navigation widget and I'm
> looking for some direction as to what I might use to "discover" what page is
> currently being served
RequestCycle#getResponsePage does a best effort guess for getting the
'current' page. You can only use that method aft
I would like to build my own breadcrumb type of navigation widget and I'm
looking for some direction as to what I might use to "discover" what page is
currently being served and how I might detect a history of pages leading up
to the current one the user is viewing? Would I tap into the
page-vers