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.

