Hi, Where can I find the jar file for using the Taglibrary in JSP. I searched the sun site But was unsuccessful. Iam using Visualcafe to complie my Java files which which implements TagHandler. But I dont have a jar file for using it. Could anybody throw some light on it. Regards Mahesh
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12270
1
posted
0
The capability of using tag libraries is built in to the JSP API 1.1 so if you can run any JSP with the current API, you can use tag libraries. There is a nice tutorial on tag libraries and some free examples at www.orionserver.com Bill