Is the content that need to include static? Perhaps you could just import it at deployment time and #parse() in locally from there. If it is dynamic, you may need to make your own pull tool that will go retrieve a URL of your choosing and dump the resulting HTML back into your template, but hopefully you will not have to resort to such means just to get the right header and footer into your pages...

-Brian

On Jul 23, 2004, at 2:10 AM, Vjeran Marcinko wrote:

Hi folks.

I am customizing app for my client, and they have header and footer htmls
under web server somewhere stored. They gave me their absolute URLs thus I
could include them in my application, but problem is that Velocity doesn't
allow using #include directive with absolute URLs due to security reasons!


Is it possible somehow to overcome this problem ? Surely this isn't such
rare need ....


Regards,
Vjeran


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to