Re: [Wicket-user] Automatic page history discovery...need direction

2007-06-17 Thread Eelco Hillenius
> 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

[Wicket-user] Automatic page history discovery...need direction

2007-06-13 Thread V. Jenks
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