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

[626 byte] By [albertattarda] at [2007-11-27 4:07:40]
# 1
I have never try, but what about a javascript method.when the page is completely rendered (onLoad() ? ), call a javascript to go the the # location (label ?).
rym82a at 2007-7-12 9:12:57 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...