I don't know what to say except that it does.
not sure how to use that kidc -s thing. do I have to put that into a
conf file somewhere and check the output ?
if I use it on a kid file all I get is :
fresh: template.kid
This is weird indeed and only happened a few times.
Anyway, thanks for the answer.
Tom

On Dec 1, 6:26 pm, Christoph Zwerschke <[EMAIL PROTECTED]> wrote:
> zaf schrieb:
>
> > My problem appears very randomly at line 4 :
> > <input id="chkval${v.id_ver}" type="hidden" name="checkVersion-$
> > {count}.id" value="${v.id_ver}" />
> > where sometimes (not often but often enough so that I'd notice it),
> > the value attribute does not get the actual value of v.id_ver (which
> > would be an integer in this case) but ends up being the string "$
> > {v.id_ver}".
>
> I cannot imagine how this can happen because kid templates can only be
> executed when they are compiled, and the compiled template does not even
> contain the string "${v.id_ver}" any more. (You can have a look at the
> compiled template with "kidc -s".)
>
> -- Christoph
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to