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
-~----------~----~----~----~------~----~------~--~---