Re: Precompilation of tag files

2005-04-15 Thread Rahul Akolkar
Bernhard Slominski wrote: Hi, after getting the jsp precompilation finally working, I want also want to do the precompliation for tag files. JSP precompilation should also trigger precompilation for custom tags within the JSP. The precompilation task generates servlets and servlet mappings

Precompilation of tag files

2005-04-14 Thread Bernhard Slominski
Hi, after getting the jsp precompilation finally working, I want also want to do the precompliation for tag files. I'm using tomcat 5.5.7 on both Windows 2000 and Sun Solaris. So something like this: %@ taglib prefix=mytag tagdir=/WEB-INF/tags % mytag:header/ The precompilation task generates