[ZPT] ZPT & Request

Jean Jordaan jean at upfrontsystems.co.za
Mon Jul 21 18:20:21 EDT 2003


> <span tal:replace="structure request">info about the request 
> namespace</span>

Right on :)

You can also explore code like:

 <table>
  <tr tal:repeat="item request/keys">
   <td tal:content="item" />
  </tr>
 </table>

-- 
Jean Jordaan
http://www.upfrontsystems.co.za




More information about the ZPT mailing list