Re: [Zope3-dev] Page Template Bug??

2007-08-08 Thread Darryl Cousins
Hi, On Tue, 2007-08-07 at 22:30 -0400, Fred Drake wrote: > On 8/7/07, Darryl Cousins <[EMAIL PROTECTED]> wrote: > > Perhaps try breaking the string: > > > > var tpl = "<" + "div> js-template <" + "/div>" > > > > Or something like that. Probably zpt doesn't know about tags within > > javasc

Re: [Zope3-dev] Page Template Bug??

2007-08-07 Thread Fred Drake
On 8/7/07, Darryl Cousins <[EMAIL PROTECTED]> wrote: > Perhaps try breaking the string: > > var tpl = "<" + "div> js-template <" + "/div>" > > Or something like that. Probably zpt doesn't know about tags within > javascript strings. ZPT follows the letter of the law quite strictly in this,

Re: [Zope3-dev] Page Template Bug??

2007-08-07 Thread Darryl Cousins
Hi, On Wed, 2007-08-08 at 00:39 +0200, Luis De la Parra wrote: > Hello all, > > I just decided to give ExtJS a try, and while taking a look at > their "javascript templates", I think I found a bug in the template parsing > of zope: > > trying to access a page that just serves the template below,

Re: [Zope3-dev] Page Template Bug??

2007-08-07 Thread Jodok Batlogg
On 08.08.2007, at 00:39, Luis De la Parra wrote: Hello all, I just decided to give ExtJS a try, and while taking a look at their "javascript templates", I think I found a bug in the template parsing of zope: trying to access a page that just serves the template below, fails with the mes

[Zope3-dev] Page Template Bug??

2007-08-07 Thread Luis De la Parra
Hello all, I just decided to give ExtJS a try, and while taking a look at their "javascript templates", I think I found a bug in the template parsing of zope: trying to access a page that just serves the template below, fails with the message: error msg=== [...]zope.pagetemplate