Why are tag files always compiled to class files?

2005-09-13 Thread ping xu
Hi, I hope someone could shed some light on this: I'm trying to pre-compile JSPs using Jasper (Jasper2 Ant task from the document). My Tomcat version is 5.0.28. In my webapp, there are a few custom tags in tag file format. When I set the jasper2 comiple attribute to false, I expect only java

Re: Why are tag files always compiled to class files?

2005-09-13 Thread Tim Funk
Yeah, I ran into this too. It would require a refactoring of jasper to allow this. The last time I looked into this - at first glance, it appeared the tag file need compiled so that all of its properties can be looked up for pages which used that tag file. -Tim ping xu wrote: Hi, I hope