Forward to a jsp page which includes an anchor '#'
Hi:
I need to forward a call (cannot redirect) from servlet to a jsp page, which will display a list saved in the request using JSTL. Also I need to scroll down to a specific link.
Scenario:
I have a side menu with links to various anchors within the main page. The main page is data driven and rendered using JSTL. The data is retrieved by a servlet. The main menu links point to the servlet, where in turn it retrieves the information and saves it in a list. Unfortunately I cannot forward to a jsp page including the '#' charcter as traditionally done.
Is there an alternative?
Albert

