Hi All,
got a question about this. Weblog.java defines a list of Users where Weblog.username = User.username. how would I define the same relationship where instead of username, Weblog had a different field name like username_key so it would be Weblog.username_key = User.username?
Also, how would I a many-to-one. in that case it would be Entry.categoryid = Category.id? Thanx Fred --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]