> -----Message d'origine-----
> De : Paul Libbrecht [mailto:[EMAIL PROTECTED]
> Do I understand correctly that the following should be true:
> - j:import includes the script at compilation time (special from the
> script-parsing ?) or at least the first time it's read then caches it.
> - j:include loads and runs the script but dumps it out right away after
> 
I think "include" is here according to JSP tag "include"

http://java.sun.com/products/jsp/syntax/1.1/syntaxref1112.html

and "import" to JSTL tag "import"

http://www.onjava.com/pub/a/pub/a/onjava/2002/05/08/jstl.html?page=2
http://java.sun.com/webservices/docs/1.0/tutorial/doc/JSTL5.html#65106

So it's for historical reasons in my opinion.
-- 
Marc DeXeT

Reply via email to