Robert Bowen wrote:

So how can I do the same thing for "user", which has a
foreign key TO "users_profiles"?


Isn'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.

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]



Reply via email to