I made a propertysheet for a customed zclass and I wish to use some variables and combine them to form a name for my newed created object.
 
Say I have variable
a = 'name a'
b = 'value b'
c = 'string c'
 
what do I encode in my dtml method some_add
    <dtml-with "NewsClass.createInObjectManager(REQUEST['??????'], REQUEST)">
 
 ?????? into the combination of a, b, and c ?


Start your day with Yahoo! - make it your home page
_______________________________________________
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 )

Reply via email to