including a webpage

I try to include a webpage into my web application <jsp:include page "/Directory/file.html" />

this code work well but all image was disappear because image file was store at the same directory of file.html not the root directory.

Could anyone help me to solve this problem.

Do you have any alternative solution to include a webpage?

Thank

[376 byte] By [includea] at [2007-11-27 1:33:31]
# 1
Then you're using the paths in the <img src> and/or the base path at a wrong manner. Rightclick at the images, check the properties and see which path they are expected to come from and repair it accordingly.
BalusCa at 2007-7-12 0:39:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thank you for your reply.I try to include many dynamic files and each file has its own image folder.it is not a good solution to change all the <img rsc > of include files.could anyone tell me the best solution?Thank
includea at 2007-7-12 0:39:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
I guess you don't understand me. The paths and/or the base path is set wrong.For example img src="dir/img.gif" instead of img src="/dir/img.gif" and so on.
BalusCa at 2007-7-12 0:39:38 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...