InterviewSolution
Saved Bookmarks
| 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: 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: |
|