Hi,
You'll probably get a better answer to this question by asking at
[EMAIL PROTECTED] That's where all the JSP folks are.
Thanks !
- Danny
> Hi,
>
> While updating my JSP 0.9 to JSP 1.0, I encountered this:
> Wondering what it means by setting pagebase to use includes?
>
>
> Error compiling source file /adp/Pages/adp.jsp:
> /adp/Pages/adp.jsp:10: GNUJSP internal error: You must set pagebase to
> use translation-time includes with this servlet engine
>
>
> My source is:
>
> <%@ page import="java.util.*" %>
> <%@ page import="java.lang.*" %>
> <%@ page import="java.io.*" %>
> <%@ page import="java.math.BigDecimal" %>
> <%@ page import="OBC.*" %>
> <%@ page import="javax.servlet.*" %>
> <%@ page import="javax.servlet.http.*" %>
> <--%@ method="doIt" %-->
>
> <%@ include file="OBCPayrollService.jsp" %>
> <%@ include file="ADPPayrollService.jsp" %>
>
>
>
> <%@ include file="OBCRedirect.jsp" %>
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html