PageContext.include methods

Hello

Are the resources included by javax.servlet.jsp.PageContext include(...) methods always included synchronously? That is, is it true that when this method returns the target resource is already completely processed on current request object and the result is already appended to out?

Thanks.

[315 byte] By [STFa] at [2007-11-27 9:48:11]
# 1
Sounds good to me. It can't really keep processing the output of the current page if it hasn't got the output from the included page now can it?Why don't you try it out :-)
evnafetsa at 2007-7-13 0:16:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...