M
To: [EMAIL PROTECTED]
Subject: RE: Problems with context-relative path include directive
The way it nehaves is that "/" is the root of your webapp. So, when doing
things with the servlet container alone, you would reference the file as
"/JSPHeader.jsp". If, however, you are
The way it nehaves is that "/" is the root of your webapp. So, when doing
things with the servlet container alone, you would reference the file as
"/JSPHeader.jsp". If, however, you are sending something to the browser for
it to get, then do "<%= request.getContextPath() %>/JSPHeader.gif"
Somewh