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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]