[Z3-sqlos] Multiple Join Edit Form

Jeff Steele sqlos at steele.com
Mon Oct 2 23:53:48 CEST 2006


Hello:

I have two tables joined by a multiple join. Each table has an edit form
that allows me to modify data correctly.  However, the related fields
don't show up correctly in the edit forms. For instance, I have a field
like this for the join column:

participant = ForeignKey('Participant')

In the edit form for this class, I get this:

<security proxied sbm.sbm.Participant instance at 0xb5db11cc>

In the schema for this class, I this field is a TextLine. Is there a
better field type?  Or is there a more appropriate way to get useful
information to display rather than the object reference?

This is with sqlos 0.2.1 and Zope 3.3

Thanks much!




More information about the z3-sqlos mailing list