Re: Problem adding key with WebObjects Builder
Re: Problem adding key with WebObjects Builder
- Subject: Re: Problem adding key with WebObjects Builder
- From: "Clive Roberts" <email@hidden>
- Date: Sat, 13 Aug 2005 10:22:11 +0100
>
> > If I do this, the following lines of code are added to my
> > Session.java source:
> >
> > /** @TypeInfo Author */
> > protected (null) authorList;
> >
protected NSMutableArray authorList;
When you created the key in WOBuilder, you should indicate the list was an
NSMutableArray of Author elements and the "protected" statement should then
be as shown above. "protected" means that this class and inheriting classes
can access "authorList", but no other classes - to them it behaves like
private.
Clive Roberts
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden