InterviewSolution
| 1. |
What Is Jsp Action? |
|
Answer» A JSP element that can act on implicit OBJECTS and other server-side objects or can DEFINE new scripting variables. Actions FOLLOW the XML syntax for elements, with a start tag, a body, and an end tag; if the body is empty it can also use the empty tag syntax. The tag MUST use a prefix. There are standard and custom actions. A JSP element that can act on implicit objects and other server-side objects or can define new scripting variables. Actions follow the XML syntax for elements, with a start tag, a body, and an end tag; if the body is empty it can also use the empty tag syntax. The tag must use a prefix. There are standard and custom actions. |
|