1.

What Are The Steps Required In Adding A Jsp Tag Libraries?

Answer»

Create a TLD file and configure the required class Information.
Create the Java Implementation Source extending the JSP Tag LIB Class (TagSupport).
Compile and package it as LOOSED class file or as a jar under lib folder in Web ARCHIVE File for Class loading.
PLACE the TLD file under the WEB-INF folder.
Add reference to the tag library in the web.xml file.

Create a TLD file and configure the required class Information.
Create the Java Implementation Source extending the JSP Tag Lib Class (TagSupport).
Compile and package it as loosed class file or as a jar under lib folder in Web Archive File for Class loading.
Place the TLD file under the WEB-INF folder.
Add reference to the tag library in the web.xml file.



Discussion

No Comment Found