Can I put http://www.xyz.com/file.html using template?

2001-06-21 Thread Rick Horowitz
Can I put a url pointing to another website so that its content is included in my template, e.g. template:insert template=/jsp/template/tp.jsp template:put name=cnt content=http://www.xyz.com/file.html/ /template:insert When I try this, I get the following stack trace...

Re: Can I put http://www.xyz.com/file.html using template?

2001-06-21 Thread Mike Thompson
no :( all that is done with the put, if direct != true, is a pageContext.include(yourfile); --m - Original Message - From: Rick Horowitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 4:24 PM Subject: Can I put http://www.xyz.com/file.html using template

Re: Can I put http://www.xyz.com/file.html using template?

2001-06-21 Thread Rick Horowitz
, you wrote: no :( all that is done with the put, if direct != true, is a pageContext.include(yourfile); --m - Original Message - From: Rick Horowitz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 4:24 PM Subject: Can I put http://www.xyz.com/file.html using