Hi Stefan, T.J., The attachment did indeed go through, but there was something in the header code that was locking up the page display. After I took out this code which I added, it worked fine for me:
#if($helmR.getEncodedFullURL() == "http://www.openoffice.org/index.html") <script type="text/javascript" src="/branding/scripts/lang-detect.js"></script> <script type="text/javascript"> write(); </script> #end (this is some code to display the browser's language instead of "Language Selection" if the language is anything other than English in the header via JavaScript for the homepage only). The header has used the $helmR.getEncodedFullURL() function for ages to redirect people back to the page they were on when they submit their login data, and "==" is a valid operator that hasn't caused any problems on other pages.... so why it did this is really beyond me. Regards and apologies, Ivan. On Wed, Jan 7, 2009 at 6:51 AM, T. J. Frazier <[email protected]> wrote: > Stefan Taxhet wrote: >> >> Issue 97534 >> Fatal errors >> * Error rendering Velocity template: PreServlet.vm >> * Error rendering Velocity template: PreServlet.vm >> > I have some screen-shots of this, before and after, which I attached to an > email to Webmaster. I will try to attach them to the issue, if anybody > thinks it's worth the trouble. (Attachments _do_ attach, but the open > browser tab is really in the deep weeds somewhere.) > -- > T. J. Frazier Melbourne, FL > (TJFrazier on OO.o) > > --------------------------------------------------------------------- > 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]
