<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-2" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
thank you Tom!<br>
i downloaded, but unfortunately i cannot see it in my browser.<br>
what is the url for the otherdemos objectsofobject2 package?<br>
<br>
Tom Gross wrote:
<blockquote cite="mid45C0BB40.1040201@lalisio.com" type="cite">Hi Ivan,
  <br>
  <br>
   I might be wrong, but I think there's an example for listwidgets
containing objects in the zope3demos-package:
  <br>
  <br>
<a class="moz-txt-link-freetext" href="http://code.google.com/p/zope3demos/">http://code.google.com/p/zope3demos/</a>
  <br>
  <br>
Maybe it helps.
  <br>
  <br>
Cheers
  <br>
-Tom
  <br>
  <br>
Ivan Horvath wrote:
  <br>
  <blockquote type="cite">Dear All,
    <br>
    <br>
in my implementation there is an object. one of this object properties
is a List. containing other objects.
    <br>
    <br>
the class which inherits ObjectWidget receives always the same context,
actually that object which contains the object property.
    <br>
class MyDispFieldsWidgetDisplay(ObjectWidget):
    <br>
    <br>
i cannot find the way how to tell to MyDispFieldsWidgetDisplay object
which element should read from the List object property
    <br>
this is my viewclass:
    <br>
class DKRviewReportView(myBrowserView): - myBrowserView is almost the
same as the zope BrowserView class
    <br>
   fields_widget = CustomWidgetFactory(SequenceDisplayTableWidget,
    <br>
                                     
subwidget=MyDispFieldsWidgetDisplay)
    <br>
    <br>
    <br>
  </blockquote>
  <br>
  <br>
  <br>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="Content-Type" content="text/html; ">
<meta name="Generator" content="Microsoft Word 97">
<title>Iván Horváth</title>
<p><font face="Arial, Helvetica, sans-serif" size="2">Best Regards,</font></p>
<p><font face="Arial" size="2">Iván Horváth<br>
Chief Programmer</font> </p>
<p><font face="Arial" size="2">Alcatel NSD<br>
PMS 2000 Product Team</font> </p>
<p><font face="Arial" size="2">H-1116, Budapest<br>
Kondorfa u. 10.<br>
Tel.: +36 1 209 9546<br>
Fax.: +36 1 209 9599<br>
Mobil: +36 30 257 0235<br>
E-mail: </font><a href="mailto:i.horvath@alco.co.hu"><font face="Arial"
 size="2">i.horvath@alco.co.hu</font></a><font face="Arial" size="2"><br>
<a href="http://www.freeweb.hu/pillesoft">Check my Web Page</a> </font></p>
<font face="Arial" size="2">
</font>
<p><em><font face="Arial" size="2">Anyone who has never made a mistake
has never tried anything new.</font></em> </p>
<font face="Arial" size="2"><em>
<p>/Albert Einstein/</p>
</em></font></div>
</body>
</html>