4 Replies Latest reply on Feb 27, 2012 11:15 PM by saurabh_agr

    default buffer size for all jsp

    saurabh_agr

      hi,

       

      in my application i have several jsp files in which i have to set buffer attribute in page directive such as :

       

      <%@ page language="java" buffer='32kb'%>

       

      my question : is there a any common place where i can set buffer size which is accessed by all jsp files in the application?

       

      thanks.