A common task to solve is navigating a hierarchy. Now how should this be implemented if every page is dynamically generated by a servlet? If the client's browser cache and JavaScript capabilities should not be used, we need some mechanism to remember the visited pages on the server. This may be done by using URL rewriting to enumerate already visited pages. Is this a feasable approach? Are there other solutions? Heinz Wehner (Karlsruhe, Germany) ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
