On Wednesday 29 August 2007 06:53:13 Irish wrote:
> I'm not exactly sure what's going on here, but the following:
>
> class Building(SQLObject):
>       location = MultipleJoin('BuildingLot')
>       address = UnicodeCol()
>       floors = MultipleJoin('Floor')
>       industryAssignment = UnicodeCol()
>       headquarters = BoolCol()
>       description = UnicodeCol()
>
> class Floor(SQLObject):
>       name = UnicodeCol()
>       level = UnicodeCol()
>       floorFunction = UnicodeCol()
>       building = ForeignKey('Building')
>
> in my Model.py file, along with anything else that includes
> MultipleJoins or ForeignKeys ceases to display as soon as I populate
> values in CatWalk.  (you can go ahead and ignore the location line of
> the Building class)  I'm not sure what's going on here, but I'm pretty
> sure it's simple use error.  Can anybody offer any insight, or at
> least point me on where to start looking?  I looked through the
> SQLObject information on ForeignKeys, MultipleJoins, RelatedJoins, etc
> and didn't notice anything that seems out of order here.  If I'm
> missing any information, please let me know.  I'm trying really hard

We miss information. Stack-traces from the toolbox for example. Anything 
there?

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to