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 =
    request.getRequestDispatcher("/page.jsp#anchorName");
rd.forward(request, response);

Thanks

Cindy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to