I am currently trying to understand some JSPs on the system here, and after running thru several JSP tutorials on-line and reading some books on JSPs, I found something in the code I can't find the answer to. Since JSPs often involve HTML, in several places there's code along the lines of:
but wouldn't a <jsp:forward page="/xxxxxxx.jsp" /> work? Is there a compelling reason for using one over the other - as in, does one create problems or anything like that?