---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi, I have a problem with the JSP include directive and perhaps you can help me. under /home/trk/ecom I have validate.jsp Now, it attempts to include a file from this path: /home/trk/intranet I have it called primer.jsp Obviously I get an error, which says it cannot find the include file /home/trk/ecom/primer.jsp primer.jsp is in intranet not in ecom. Now, the question is, how can I over ride the assumption that jsp makes from the page base /home/trk and make it use a different path? Is there something I can do so I can give the full path to the include file? If I do that jsp attaches the pagebase URL in front of it and the path coems out wrong. In the include directive can I specify a absolute URL so that it overides the pagebase settings. If so how? -Thanks -gc -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]