1.

What are the steps for creating custom tags in JSP?

Answer»

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


Discussion

No Comment Found