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

What is polymorphism in java? What are the kinds of polymorphism?

568


Explain java heap space and garbage collection?

576


Is null or empty java?

526


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

540


What is an array length?

492






How do you call a reference in java?

512


What is the size of an array?

545


Does sprintf add a null terminator?

554


How do you use parseint in java?

507


Are true and false keywords?

560


What is use of a abstract variable?

533


What is unicode datatype?

521


What is method overloading and method overriding?

531


What is a java lambda expression?

547


What is lambda expression in java?

535