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

Reply via email to