best way is to maintain stack....create a stack object and keep placing the
files in that like
o_Stack.push(sessObj.getValue("TerminatingJSP")); and then retrieve them
accordingly! it will be LIFO as u might have guessed!Rgds Mariappan Ph.: 6256437 Extn.: 321 > -----Original Message----- > From: Schulz Ryan C [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 1:44 AM > To: [EMAIL PROTECTED] > Subject: capturing a user's navigation history > > Has anyone tried capturing a user's history, capturing where they've been > as > they work their way through an application. In turn, I would like to > create > a "breadcrumb" trail of navigation, giving them the ability to go back to > any part of their work in the application for a particular session. > > Example: > Home :: Search Results :: Details :: More Info > > Thanks! > > ========================================================================== > = > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
