--On 6. Januar 2007 05:50:10 -0800 Allen Huang <[EMAIL PROTECTED]> wrote:
I created a product using python scripting and worked fine when I create
it from the pulldown add menu. But when I try to use
<dtml-let number=sequence-index>
<dtml-with "manage_addProduct['ShpType']">
<dtml-call
"REQUEST.set('id',readShpPoint(shpPath,number)[0])">
<dtml-call "REQUEST.set('x',readShpPoint(shpPath,number)[1])">
<dtml-call "REQUEST.set('y',readShpPoint(shpPath,number)[2])">
<dtml-call "manage_addShpTypePoint">
</dtml-with>
</dtml-let>
it didn't create an product object.
Sorry but your code is nonsense. Use a PythonScript instead. There is no need to use DTML at this point. -aj
pgp0Mq7I5XQcC.pgp
Description: PGP signature
_______________________________________________ Zope maillist - [email protected] 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 )
