It is my understanding that the include directive is processed at page
translation time and the jsp:include action is processed at request time.
However, I seem to get the same functionality from both.
I have a simple JSP that creates a java.util.Date object. I tried both forms
of include expecting that the directive form would result in date and time
at which the page was first translated and that the action form would
provide the date and time of each request.
Does tomcat 3.2.1 handle both include forms identically? Or am I doing
something wrong?
Thanks,
Paul
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]