Folks, We have two classes
class A {
id
name
}
class B extends A {
id2
type
}
when we try to fetch using class B and auth-retrieve="true" all the fields are filled
except for the Class A id field which is not returned.
what could be the reason?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
