How to create and use Custom tag
Custom tags are user defiend tag elements that provide the code reusability in jsp. we can resuse that tag every where in our web application. there are following steps needed to create custom tag in jsp : 1. Define tag handler class. 2. Define tag library descriptor(TLD). 3.Make a entry of this TLD file in…
read more