Re: forwarding to a page anchor

2002-09-26 Thread Bill Barker
Duh, no. Anchor tags are only meaningful to the browser. They are stripped from the request to the server (for e.g. a href=mypage.jsp#anchorName). Using a RequestDispacher with an anchor will give a 404 error on all versions of Tomcat. This is by design (since server-side it can't possibly do

forwarding to a page anchor

2002-09-25 Thread Cindy Ballreich
I'd like to forward to an anchor a name=anchorName in a jsp page, but I keep getting a 404 error when I try to do it. It works from the browser, but not from the server. Is it possible to forward to a page anchor like this? RequestDispatcher rd =