Summary variables is removed in version 2.9?
Dear Zopist I have upgraded my Zope 2.8.x to Zope 2.9.0. I have used the <dtml-in> sequence which uses the summary variables (e.g. total-count). It works well in 2.8. However, when I ported the same <dmtl-in> sequence, the summary variables are not shown. There is no error message too. I have checked the documentation (in Zope Help) and others, but there is no hint of the above. Have anyone have similar experiences? Thank you for your time. CY --------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
--On 11. April 2006 18:55:43 -0700 Infor Gates <info_gates@yahoo.com> wrote:
Dear Zopist
I have upgraded my Zope 2.8.x to Zope 2.9.0. I have used the <dtml-in> sequence which uses the summary variables (e.g. total-count). It works well in 2.8. However, when I ported the same <dmtl-in> sequence, the summary variables are not shown. There is no error message too. I have checked the documentation (in Zope Help) and others, but there is no hint of the above.
Have anyone have similar experiences?
I don't know of such a removal. File a bug report to the collector including a description and *small reproducable* testcase. -aj -- ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany Web: www.zopyx.com - Email: info@zopyx.com - Phone +49 - 7071 - 793376 E-Publishing, Python, Zope & Plone development and consulting
I just upgraded a site from 2.8(Linux) to 2.9.2(windows) and I have had no problem like that. e.g. <td align="right" class=strong-total> <dtml-var total-Sales> </td> <td align="right" class=strong-total> <dtml-var total-Items> </td> <td align="right" class=strong-total> <dtml-var total-SUB_TOTAL fmt="%.2f"> </td> <td align="right" class=strong-total> <dtml-var total-GST fmt="%.2f"> </td> <td align="right" class=strong-total> <dtml-var total-PST fmt="%.2f"> </td> <td align="right" class=strong-total> <dtml-var total-TOTAL fmt="%.2f"> </td> <td align="right" class=strong-total> <dtml-var total-COST_TTL fmt="%.2f"> </td> Infor Gates wrote:
Dear Zopist
I have upgraded my Zope 2.8.x to Zope 2.9.0. I have used the <dtml-in> sequence which uses the summary variables (e.g. total-count). It works well in 2.8. However, when I ported the same <dmtl-in> sequence, the summary variables are not shown. There is no error message too. I have checked the documentation (in Zope Help) and others, but there is no hint of the above.
Have anyone have similar experiences?
Thank you for your time.
CY
--------------------------------- Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.
------------------------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Andreas Jung -
Erik Myllymaki -
Infor Gates