what is custom tags with example?

Answer Posted / rakesh

A custom tag is a user-defined JSP language element. When a
JSP page containing a custom tag is translated into a
servlet, the tag is converted to operations on an object
called a tag handler

ex-bodyless tag 2 tags with body
1<tagName attributeName="value"
anotherAttributeName="anotherValue"/>

2.<tagName attributeName="value"
anotherAttributeName="anotherValue">
...tag body...
</tagName>

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you tell me range of byte?

561


What is string [] java?

530


Is java code slower than native code?

557


What are use cases?

558


Why java is considered dynamic?

755






Difference between arraylist and vector.

592


What is hashing principle in java?

550


How many ways can an argument be passed to a subroutine and explain them?

575


What is jagged array in java?

529


What is a method declaration?

515


how do I create a runnable with inheritance? : Java thread

507


Can private class be inherited in java?

549


Is sizeof a keyword in java programming?

610


What is complexity and its types?

524


How can I right-justify a string?

627