[Zope] get 2 properties at the same time

Marcus Mendes mvmendes@emdata.com.br
Fri, 30 Jun 2000 15:23:53 +0100


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