What are the steps for creating custom tags in JSP?
To create a custom tag in JSP, use the following steps.
- Create the tag handler class first
- Then, create the TLD file
- Finally, create the JSP file
BY Best Interview Question ON 18 Jan 2019
To create a custom tag in JSP, use the following steps.