> Sorry for intruding on the dev list, but I am having no luck > getting emails > from the user list. I greatly appreciate it if someone could > answer these > two questions: > > a) Can Tomcat do a forward to an anchor in a JSP page, such as: > > RequestDispatcher rd = > getServletContext().getRequestDispatcher("/page.jsp#anchorName"); > rd.forward(request, response); The anchor is never processed on the server side - it is only used by browsers.
- A couple of questions, please! Jacob Thomas
- Reilly, John