<html> <body> <center> <h1>Scope Test (request forward)</h1> </center> <pre> <form action="./forward.jsp" method="post"> <ol> <li>Application Name: <input type="text" name="aname"/></li> <li>Session Name: <input type="text" name="sname"/></li> <li>Request Name: <input type="text" name="rname"/></li> <li>Page Name: <input type="text" name="pname"/></li> </ol> <input type="submit" value="submit"/> </form> </pre> </body> </html>
testScope1.html (same-[application,session,request],different-page )