Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is the "jsp:param" standard action?
The <jsp:param> standard action is used with <jsp:include> or <jsp:forward> to pass parameter names and values to the target resource. The syntax of the <jsp:param> standard action is as follows:
<jsp:param name="paramName" value="paramValue"/>