What are the purposes of tag libraries?

Questions by suri_veeru

Showing Answers 1 - 2 of 2 Answers

reshmarout

  • Mar 28th, 2006
 

If you want to create your own tags instead of using the pre-defined tags,it is possible by using the concept of Custom tags and the file which consists of all the tags and its description is known as tag libraries.

  Was this answer useful?  Yes

sekhar

  • Apr 27th, 2006
 

the main purpose of using taglibraries in  our jsp is to reduce java code in jsp page and reusing that java code.suppose if we are using some code repetedly in our page then we create a bean class for that code(called as tag handler) and we have to configure this tag handler in a tld file.then we can use that tag handler(as tag) in our jsp page.so a lot of java code is reduced in this way.  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions