-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi zope people. I have a question: Why this code do not work: <dtml-in expr="objectValues()"> <p><dtml-var title_or_id></p> </dtml-in> And this code woks fine? <dtml-in expr="test.objectValues()"> <p><dtml-var title_or_id></p> </dtml-in> ("test" is the folder name). Thanks in advance. - -- - ----------------------------------------------------------------------------- * Starwars II: Microsoft contraataca - ------------- Registered Linux user number 134.596 E-mail: monkiki5@yahoo.com Powered by Debian (2.4.2 on i686) Web: http://www.geocities.com/monkiki5/ ICQ: 89191538 Yahoo: monkiki5 - ----------------------------------------------------------------------------- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7BVhiym8toSgLaVARAqZzAKDBH9H6cn/j+bAUB4hm2UunU8cJJQCeJWDa 3vojTyiCgkzuiDcua4MlZq0= =l9yS -----END PGP SIGNATURE-----
Hi Paco... are you using this within a DTML Document? If so, try a DTML Method. ----- Original Message ----- From: "Paco Avila (Monkiki)" <monkiki5@yahoo.com> To: <zope@zope.org> Sent: Friday, May 18, 2001 1:14 PM Subject: [Zope] objectValues() not working
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi zope people. I have a question: Why this code do not work:
<dtml-in expr="objectValues()"> <p><dtml-var title_or_id></p> </dtml-in>
And this code woks fine?
<dtml-in expr="test.objectValues()"> <p><dtml-var title_or_id></p> </dtml-in>
("test" is the folder name).
Thanks in advance.
- -- - ------------------------------------------------------------------------
* Starwars II: Microsoft contraataca
- ------------- Registered Linux user number 134.596
E-mail: monkiki5@yahoo.com Powered by Debian (2.4.2 on
i686)
Web: http://www.geocities.com/monkiki5/ ICQ: 89191538 Yahoo: monkiki5 - ------------------------------------------------------------------------
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (GNU/Linux) Comment: For info see http://www.gnupg.org
iD8DBQE7BVhiym8toSgLaVARAqZzAKDBH9H6cn/j+bAUB4hm2UunU8cJJQCeJWDa 3vojTyiCgkzuiDcua4MlZq0= =l9yS -----END PGP SIGNATURE-----
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris McDonough -
Paco Avila