Can I use a page anchor with a JSP page? It should work like test.jsp#myAnchor
Created May 4, 2012
Ignacio J. Ortega There is no problem with anchors and JSP pages.
If the anchor is defined within the dynamic content generated by the target JSP page, then a external href can point to it without any problems.