Hello,

I need get 2 properties of Zclass at the same time.
I´m using in my form :

<td><select name="region">
         <dtml-in "Locality.objectValues(['Locality']) ">
             <option value="<dtml-var REGION>"><dtml-var title>
         </dtml-in>
         <option selected>
 </select></td>

I need get another property, for example MASTER_REGION, in this moment.

How can I to do it?  (is urgent!)

Thanks in advance,

Marcus Mendes


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to