What are Custom Tags?
- Custom Tags are becoming the standard in modulizing JavaServer
pages.
- They provide a portable way of defining and creating JSP
libraries.
- They incorporate all of the tag features of Actions, and can be
used to instantiate new objects.
- A programmer can develop a component and never have to fully
understand the underlying features of the tag library or calling
methods.
- Enhance the separation between business logic and presentation
logic, and are extremely portable.