%@ page language="java" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
If called from the index.jsp
page, two request parameters will
be included and their values displayed below. If you call this page without
including the appropriate request parameters, you will receive a JSP runtime
error instead.
Parameter Name | Correct Value | Test Result |
---|---|---|
param1 | value1 | <%= param1 %> |
param2 | value2 | <%= param2 %> |