Em Quinta 04 Maio 2006 05:50, venk escreveu: > yes... it works :) ... but, there seems to be no doc saying that it > must be used that way. (or is there?)
There is. Fromhttp://www.sqlobject.org/SQLObject.html: joinColumn: The column name of the key that points to this table. So, if you have a table Product, and another table has a column ProductNo that points to this table, then you'd use joinColumn="ProductNo". There's even an example that *requires* joinColumn. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

