InterviewSolution
Saved Bookmarks
| 1. |
What Is A Taglib? |
|
Answer» JSP - The taglib Directive. Advertisements. The JavaServer Pages API allows you to define custom JSP tags that look like HTML or XML tags and a tag LIBRARY is a SET of user-defined tags that implement custom behavior. ... When you use a custom tag, it is typically of the form <prefix:tagname>. JSP - The taglib Directive. Advertisements. The JavaServer Pages API allows you to define custom JSP tags that look like HTML or XML tags and a tag library is a set of user-defined tags that implement custom behavior. ... When you use a custom tag, it is typically of the form <prefix:tagname>. |
|