Re: Including file from different server

2002-09-12 Thread tnist
Khan, If I understand the question, you can use the JSTL and the import tag. http://www.somesite.com/someresource.html";> http://www.somesite.com/someresource.gif";> ftp://ftp.somesite.com/someresource";> The above would cause the resource to be inserted into you page where refer

RE: Including file from different server

2002-09-12 Thread René Eigenheer
I did something similar the following way: - using tiles to handle the requirement "on all pages" - writing either a servlet or a taglib which reads the banner and writes it to the output stream, code could look something like this: String url = "http://www.mydomain.com/myBanner.htm";; try {