In the JSP editor, choosing the View tab does not display “included” files.
My JSP is structured as a one-row, two-cell table, the left-hand cell containing (common) HTML code with navigation links, logo, etc. The right-hand cell contains the main JSP code with fields, buttons, forms, etc. The left-hand cell, since this is HTML code common to several JSPs is “included” in the .JSP source file rather than explicit. Yet the View tab on the JSP editor does not display anything from this “included” code. It should combine the included file with the main source before rendering, shouldn’t it?