diff --git a/product/ZSQLCatalog/dtml/catalogObjectInformation.dtml b/product/ZSQLCatalog/dtml/catalogObjectInformation.dtml
index f2bdb6baeb55db386f62d352fe6acb719c24048c..debe4902f4ecc10499d4f62010b9a490519c1b09 100755
--- a/product/ZSQLCatalog/dtml/catalogObjectInformation.dtml
+++ b/product/ZSQLCatalog/dtml/catalogObjectInformation.dtml
@@ -10,7 +10,7 @@
 <tr class="location-bar">
   <td colspan="2" align="left">
   <div class="std-text">
-  <strong>Catalog record at <dtml-var expr="getpath(_.int(uid))"></strong>
+  <strong>Catalog record at <dtml-var expr="getpath(_.int(REQUEST.uid))"></strong>
   </div>
   </td>
 </tr>
@@ -41,7 +41,7 @@
   Catalog gives back during searches.</p><br />
   </td>
 </tr>
-<dtml-in expr="getMetadataForUid(_.int(uid)).items()">
+<dtml-in expr="getMetadataForUid(_.int(REQUEST.uid)).items()">
 <dtml-if name="sequence-start">
 <tr class="list-header">
   <td align="left" width="5%" bgcolor="#ffffff">&nbsp;</td>
@@ -77,7 +77,7 @@ Keyword or Text indexes, the results are returned as a tuple, and will
 show as '(one, two, three)', rather than in a more normal way.</p><br />
   </td>
 </tr>
-<dtml-in expr="getIndexDataForUid(_.int(uid)).items()">
+<dtml-in expr="getIndexDataForUid(_.int(REQUEST.uid)).items()">
 <dtml-if name="sequence-start">
 <tr class="list-header">
   <td align="left" width="5%" bgcolor="#ffffff">&nbsp;</td>