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 remove
unnecessary tld declaration?
thanks & regards
---------------------------------
Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates
starting at 1¢/min.
- including taglib in jsp temp temp
- Re: including taglib in jsp Rahul Akolkar

