> In my case, the JSP page contains relative links like
> <img src="images/picture.gif"> and they are not being found.

(Warning, I'm a newbie.)

Here's what I do.  All jsp contains, within the HEAD:

<%@ include file="base.inc" %>

and  base.inc contains:

<base href="http://host/dir/">

And that's the end of it.  If I move the code, I provide a new base.inc.


Rick

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to