-
tag-lib.tld (1 messages)
- Posted by: krishna kishore
- Posted on: August 13 2001 05:11 EDT
what tag-lib.tld will do?Threaded Messages (1)
- tag-lib.tld by joseph yi on August 17 2001 15:43 EDT
-
tag-lib.tld[ Go to top ]
- Posted by: joseph yi
- Posted on: August 17 2001 15:43 EDT
- in response to krishna kishore
The *.tld file is typically the Tag Library Descriptor for a JSP custom tag. Basically you define the tag's name, what attributes it has, which attributes are required, and some other details that the web application may need to know.