Hi, this is a strange behaviour. I'm trying to retrieve a join using a Peer:
public List getKunden() throws Exception {
return KundenPeer.doSelectJoinAudiotexUser(new Criteria());
}
The SQL-select that is debugged is 100% okay.
But still, I get only the fields from KundenPeer, not from the linked table
(TurbineUser).
Why is that?
TIA.
Marc
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
