
What is Tag extension in JSP model?

JSP supports the authors to add their own custom tags that perform custom actions. This is performed by using JSP tag extension API. A java class is written by developers which implements the Tag interface and provides a tag library XML description file. This file specifies the tags and java classes that are used to implement the tags.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.