Hi there,

can someone guess how much is the overhead of calling an other JSP page from within a JSP page with PageContext.include()?

Background: i need to generate pages with a lot of similar panels which includes a lot of similar looking elements again. For better editing, I want to separate each element in an own JSP page and include it into the parent elements JSP page. In the result, there would be about 10 to 100 calls to PageContext.include() per one request. Is this noticeable more expensive than putting all elements into nested loops within one single JSP page?

Thanks in advance,
Jan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to