You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sebastian Schulz <se...@sebastian-schulz.com> on 2001/03/05 17:25:22 UTC

RequestDispatcher.forward()-Problem with anchors

hi,

i have a problem with RequestDispatcher.forward():
if the url contains an anchor like "example.jsp#position1"
then forwarding seams to be be all right (no error, exception ...),
but the 'new' page has no content.

i tried to forward to a url with parameters like
"example.jsp?name=value", this is no problem and
the page is shown correctly?

whats my mistake?
is it possible to forward a anchor-containing url
at all?

any suggestions desired!

thank you all in advance,

bas T.