Robert Bowen wrote:
So how can I do the same thing for "user", which has aIsn't there a protected method in the base user that does the join? In the generated javadocs for your OM it should say something like "this isn't exposed to keep the API reasonable" or something like that.
foreign key TO "users_profiles"?
You need to expose the method in your user class (the one for implementing custom functionality) and you should be all set.
Dave
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]