1.

What Is The Standard Action?

Answer»

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"/>

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"/>



Discussion

No Comment Found