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

What are the components of struts framework?

579


What is role of actionservlet?

565


What is the purpose of @beforeresult?

605


Difference between struts and spring?

581


What is the purpose of @beforeresult annotation?

572






What is the difference between requestaware and servletrequestaware interface?

578


Give an example of validates method used to avoid errors.

505


What are the two types of validations supported by validator framework?

576


What is controller in struts ?

528


What is the purpose of @requiredstringvalidator annotation?

527


What is the need of struts?

563


In which order struts framework searches for a message bundle?

558


What is apache struts used for?

492


What is meant by custom tags?

569


What do you mean by dynaactionform?

550