Action中的excute写入request.setAttribute("testPage", pageTest);
<!-- 在这里拿出tomcat容器中对HttpServletRequestWrapper的继承类 -->
<bean:page id="testRequest" property="request" />
<%=testRequest.getClass().getName()%>
property : Must be one of application, config, request, response, or session.