posted 18 years ago
Hi all,
Just for clarification: There are only two types of dynamic tags: standard tags and custom tags. Standard tags are "built-in" and do not require a taglib directive to use them. Custom tags do require a taglib. JSTL is a set of custom tags; actually a set of four custom tag libraries (core, I18N, SQL, and XML).
And of course, there are also static tags. HTML falls into this category, but if you are creating XML documents, then XML tags are also static. Note that it can get confusing to look at an "JSP document" (which must be in pure XML syntax) with XML namespaces and distinguish between static XML tags with namespaces and dynamic tags (which also use namespace prefixes).
HTH,
Bryan
[ December 03, 2006: Message edited by: Bryan Basham ]