You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Rahul Akolkar <ra...@gmail.com> on 2006/05/05 19:17:07 UTC

Re: including taglib in jsp

On 5/5/06, temp temp <mi...@yahoo.com> 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 measure can I ignore tld declaration or should remove unnecessary  tld declaration?
<snip/>

There is no reason to remove it solely for performance considerations
(the jsp compiler overhead is probably negligible, and for production
apps where the JSPs are precompiled, there is no runtime overhead).

Style is another issue, and possibly subjective.

-Rahul


>    thanks & regards
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org