what is mean by custom tag?

Answer Posted / rajashree

Custom tags are a central piece in Java-based web
application frameworks.
– Custom tag functionality is implemented by your subclass
of either TagSupport or BodyTagSupport.
– Use TagSupport if your custom tag doesn’t have a body
and BodyTagSupport if it does.
– You need to declare your custom tag in a Tag Library
Descriptor (TLD) file.
– You might have to register the TLD file’s location in
web.xml.

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How nested beans can be used in Struts applications?

554


Is struts action class singleton?

556


How can we display validation errors on jsp page?

539


What is the front controller in struts2?

509


Why are springs better than struts?

612






What is the purpose of @conversionerrorfieldvalidator annotation?

627


What is the apache struts vulnerability?

528


What configuration changes are required to use resource files in Struts?

575


What is difference between actionform and dynaactionform?

600


Difference between struts and spring?

585


Which model components are supported by Struts?

571


What does modeldriven interceptor?

595


What is action class? What are the types of action class?

535


How an actionform bean is created?

575


how to debug struts project in netbean ?

1925