%@ taglib uri="/tags/struts-bean" prefix="bean" %>
If called from the
index.html
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 %> |
param3 | UNKNOWN VALUE | <%= param3 %> |