aspose file tools
The moose likes Tomcat and the fly likes Custom JSTL tag plugins Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Custom JSTL tag plugins" Watch "Custom JSTL tag plugins" New topic
Author

Custom JSTL tag plugins

Kelly Akins
Greenhorn

Joined: Sep 21, 2004
Posts: 1
Does anyone know how to implement JSTL custom tag plugins?

I have created a taglib class that works fine, but the JSP page has nearly 100 occurrences of the tag and the compiled JSP servlet file would be gigantic in size because of the way taglib implementations are integrated. I have also written a tag plugin class (derived from the Tomcat 5.0s Jasper classes). How can I incorporate this tag plugin class into my JSP page so that the plugin actually writes to the Java source for the JSP page (like it does for the <jsp:useBean> and <jsp:getProperty> tags)? I have been unable to find any useful information on the web.

Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56529
    
  14

Since that's a Tomcat-specific topic, I'm going to move this on to the Tomcat forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Custom JSTL tag plugins
 
Similar Threads
using custom tags & tag handler class - URGENT
options for <body-content>
Problem with custom tags
JSTL EL language not resolving
problem with JSTL