I want to include a file in a JSP, the file has some HTML and Java code in it, and it has an '.inc' extension. Because the file has Java code in it, I can't use the 'include' directive, right? I have to use the 'jsp:include' action tag instead? In either case, a relative path to the include file (either in the same directory as the JSP or in a subdirectory of the JSP directory) has to be specified?