Monday, October 11, 2010

JSP- Custom Tag- Body with Attributes


JSP- Custom Tag- Body with Attributes

Introduction:

From Previous post, we have understood how to create custom body tag. From this post, we will learn how to create custom tag with body and attributes. If we create attribute, we will add attribute name when we create tag Handler class.

Procedure:

Step 1:
            Create Project CustomTagProject.

Step 2:
            Create TLD file named as ABody.tld

No comments:

Post a Comment