Hi,
Head First book says about include directive as include code from any other file into the JSP file at translation time, which can't be changed dynamically.
However, I included a JSP file in the include directive, which generates a number randomly every time I access the page with include directive. And every time a new number generates instead of only once during translation to servlet code. Why is that so?
Thanks in advance.