I created a product then created an instance of that product in a folder. When I clicked on the product it showed up perfectly with the associated icons. I then created a dtml document with a link to the product, <a href="ProductName"><Produc</a>, the product displayed but not the icons until I clicked the icon holders and the product refreshed. When I used the same document to creat a referne to the product, <dtml-var ProductName> I simply got a refernce to the product and not the actual product itsel like you would get if you referenced a document in that manner. Does anyone know why this is happening? Is there some calling method I'm not aware of. Obviously, Zope know how to call the product because when I click on it directly it displays perfectly. Any help would be greatly apppreciated.