InterviewSolution
Saved Bookmarks
| 1. |
What Is Jsp Custom Action? |
|
Answer» A user-defined action DESCRIBED in a portable MANNER by a tag library descriptor and imported into a JSP page by a taglib directive. Custom actions are used to encapsulate recurring tasks in writing JSP pages. A user-defined action described in a portable manner by a tag library descriptor and imported into a JSP page by a taglib directive. Custom actions are used to encapsulate recurring tasks in writing JSP pages. |
|