[htmltmpl] Loop Quirk

2005-07-21 Thread Leander Gillard
You have me thinking about a couple of things, let me try another test.   -- Leander

Re: [htmltmpl] Loop Quirk??

2005-07-21 Thread Sam Tregar
On Thu, 21 Jul 2005, Leander Gillard wrote: > Hello, I'm developing a web application using a combination of > CGI::App, CGI::Template, xmlHTTPreq. I don't see HTML::Template in that list. Are you on the wrong mailing-list? -sam --- SF.Net e

Re: [htmltmpl] Loop Quirk??

2005-07-21 Thread Michael Graham
> alert(t); > But when I set the innerHTML of a div immediately after like so. > > window.getObject(name).innerHTML = t; > > It removes a beginning chunk of the string [snip] Can you post the entire template code (just the loop part) and the javascript source code that gets generated from it? Wh

[htmltmpl] Loop Quirk??

2005-07-21 Thread Leander Gillard
Hello,   I'm developing a web application using a combination of CGI::App, CGI::Template, xmlHTTPreq.   The problem I am having is that when I get a return string from my xmlhttpReq request it comes back as expected, I check this like this.   alert(t); But when I set the innerHTML of a div