I got the following from the
java spec:
"If a tag is implemented as a tag file and is packaged in /WEB-INF/tags/ or a subdirectory, a TLD will be generated automatically by the web container, though you can provide one if you wish."
Question: Is this only the case for tag files, that the container will automatically generate a TLD file? Or will the container generate TLD files automatically for say simple tag handlers and classic tag handlers too?
Thanks!