Yes that is what the error say but the problem is how do we refer to Parent bean elements from StudentForm bean while we are trying to apply one to one association mapping between StudentForm and...
Type: Posts; User: kashif.imran; Keyword(s):
Yes that is what the error say but the problem is how do we refer to Parent bean elements from StudentForm bean while we are trying to apply one to one association mapping between StudentForm and...
i am working on a project it has three form beans Student, Parent and Academic i am using one to one relationship between Student-Parent and Student-Academic the code works fine with hibernate and it...