Re: including taglib in jsp

2006-05-05 Thread Rahul Akolkar
On 5/5/06, temp temp <[EMAIL PROTECTED]> wrote: including a taglib in jsp will it cause performance problems ? for example my jsp has path to taglib <%@ taglib uri="/tld/struts-bean" prefix="bean"%> and I am not using declared tag any where in my jsp. As per performance measu

including taglib in jsp

2006-05-05 Thread temp temp
including a taglib in jsp will it cause performance problems ? for example my jsp has path to taglib <%@ taglib uri="/tld/struts-bean" prefix="bean"%> and I am not using declared tag any where in my jsp. As per performance measure can I ignore tld declaration or should re