Re: Extent. How to?

2003-06-04 Thread Alen Ribic
thanks again. - Original Message - From: "Thomas Mahler" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 6:19 PM Subject: Re: Extent. How to? > Hi again Alen, > > try this: > > >

RE: Extent. How to?

2003-06-04 Thread Gelhar, Wallace Joseph
anagement Computer Information Systems [EMAIL PROTECTED] (715) 836-3411 -Original Message- From: Thomas Mahler [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 11:19 AM To: OJB Users List Subject: Re: Extent. How to? Hi again Alen,

Re: Extent. How to?

2003-06-04 Thread Thomas Mahler
uot;OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 11:43 AM Subject: Re: Extent. How to? Hi again Alen. I think you should define the extent the other way round. That is: RegisterForm is the abstract base class and User is the concrete class defining all the persistent a

Re: Extent. How to?

2003-06-04 Thread Raymond Barlow
Hi Alen, To me, this just sounds like a design issue. The persistent class is User, right? I feel that that is the only class out of the 3 classes you mentioned that should be OJB controlled. Like I said earlier, have you considered aggregating the User class into the RegisterForm and LogonFor

Re: Extent. How to?

2003-06-04 Thread Alen Ribic
L PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 11:43 AM Subject: Re: Extent. How to? > Hi again Alen. > > I think you should define the extent the other way round. > That is: RegisterForm is the abstract base class and Use

Re: Extent. How to?

2003-06-03 Thread Thomas Mahler
w" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 10:45 AM Subject: Re: Extent. How to? Hi Alen I hate to ask the obvious, but you never know :) Have you created a mapping for za.co.alen.struts.RegisterForm in your repository_us

Re: Extent. How to?

2003-06-03 Thread Alen Ribic
thanks again. I'll look into this a bit more from app design point of view. --Alen - Original Message - From: "Raymond Barlow" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 11:28 AM Subject: Re: Extent. How t

Re: Extent. How to?

2003-06-03 Thread Raymond Barlow
rlow" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 10:45 AM Subject: Re: Extent. How to? Hi Alen I hate to ask the obvious, but you never know :) Have you created a mapping for za.co.alen.struts.RegisterForm in your repository_

Re: Extent. How to?

2003-06-03 Thread Alen Ribic
ssage - From: "Raymond Barlow" <[EMAIL PROTECTED]> To: "OJB Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 10:45 AM Subject: Re: Extent. How to? > Hi Alen > > I hate to ask the obvious, but you never know :) > Have you created a m

Re: Extent. How to?

2003-06-03 Thread Raymond Barlow
Sorry, just reread your email. Yes, you do need to define a mapping ( a class-descriptor) for the RegisterForm class. Regrads, Raymond Barlow Alen Ribic wrote: Hi again I have sent an email already and got a good reply, but now I have an issue with mapping side. I have got classes as follows:

Re: Extent. How to?

2003-06-03 Thread Raymond Barlow
Hi Alen I hate to ask the obvious, but you never know :) Have you created a mapping for za.co.alen.struts.RegisterForm in your repository_user.xml file?? Regards, Raymond Barlow Alen Ribic wrote: Hi again I have sent an email already and got a good reply, but now I have an issue with mapping s