You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Ronald Klop <ro...@base.nl> on 2003/03/26 15:34:22 UTC

tagpool wrong constructor?

Hello,

In a pre-compiled jsp the following constructor of TagHandlerPool is called.

   public searchagenda_jsp() {
     _jspx_tagPool_bn_getConnection_id_database = new 
org.apache.jasper.runtime.TagHandlerPool();
   }

But in the code of TagHandlerPool this is noted:
     public TagHandlerPool() {
     // Nothing - jasper generated servlets call the other constructor,
         // this should be used in future + init .
     }

Is this correct behaviour?
Or do I mis something?

Greetings,

Ronald.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org