This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSP and the fly likes what is the use of custom tag libraries? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSP
Reply Bookmark "what is the use of custom tag libraries?" Watch "what is the use of custom tag libraries?" New topic
Author

what is the use of custom tag libraries?

senthil sen
Ranch Hand

Joined: Oct 10, 2002
Posts: 182
what is the use of custom tag libraries?WHERE IS IT USED IN JSP?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12327
    
    1
Why are you asking us? This is basic stuff, go do a Google or Yahoo search for Taglib tutorial or something similar. You could even buy a book.
Download the JSP API and servlet API from Sun. Why not use the resources the net provides and answer your own question?
Bill


Java Resources at www.wbrogden.com
Simon Brown
sharp shooter, and author
Ranch Hand

Joined: May 10, 2000
Posts: 1860
Some of my past presentations on this subject can be found on my website. Of course, you could always buy a copy of my book.
Simon
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what is the use of custom tag libraries?
 
Similar Threads
How to use a custom tag lib in a JS script?
Custom Tag Body Content
Good EL resource?
Access ActionForm(struts1.35) from JSP page?
How to create object and call a method in jsp using struts 2 tags