RE: Problems with context-relative path include directive

2001-01-26 Thread Cor Ruiten
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

RE: Problems with context-relative path include directive

2001-01-25 Thread CPC Livelink Admin
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