Included beans, others JSPs, and error pages in compilation


If you compile a JSP page that calls any JavaBeans components (with the <jsp:useBean> tag), these beans will be compiled along with the JSP page.

Similarly, if your page references any other JSP pages by using the <jsp:include> or <jsp:forward> directives, the referenced pages will also be included in the compilation.

If your JSP uses an error page (by specifying <%@page errorPage %>), the error page will be compiled with your page.

Note: Currently Forte for Java supports version 1.0 of the JSP specification. The built-in server used for testing and running JSP pages is Sun JavaServer Web Development Kit version 1.0.1.


Contents Prev Next Index