Hi again,<br>I&#39;m trying to learn Zope through the Web Component Development book and find myself stuck implementing simple views.  This was posted earlier but and I&#39;ve worked on it since but feel totally unable to proceed.
<br><br>I&#39;m working on WinXP.&nbsp; I can manipulate simple persistant objects using debugzope. The objects are listed in the ZMI. However I can&#39;t do anything with the views supplied as part of the example code.&nbsp; For example, under debugzope , following the instructions in the text, if I try to examine the supplied view with:
<br><br>view = getMultiAdapter((lasagne, request), name=u&#39;index.html&#39;)<br><br>I get a lookup error.&nbsp; Both lasagne, and request are valid objects.&nbsp; Also, from my browser even though the ZMI shows my objects,&nbsp; any attempt to view them fails. Apparently my view is not being registered. A line does exists in the configuration file that points to the folder containing the view...
<br><br>&lt;include package=&quot;.browser&quot; /&gt;<br><br>This is all code supplied by the book pasted in from the web site -- I don&#39;t have the depth of knowledge of Zope yet to figure this out.&nbsp; <br><br>I&#39;ve tried re-installing Zope. I did a clean install of Zope with a new instance on a different machine (also WinXP) and get the same result.
<br><br>The browser folder contains a configuration file pointing to the supplied view with name=&quot;index.html&quot;.<br>Where do I go from here?&nbsp; I&#39;d like to know what&#39;s wrong, but more importantly, I&#39;d like to know how to go about finding out what&#39;s wrong without having to resort to this list.
<br><br>Thanks in advance...<br>Robert<br><br><br><br><br><br><br>