Re: Problem adding key with WebObjects Builder
Re: Problem adding key with WebObjects Builder
- Subject: Re: Problem adding key with WebObjects Builder
- From: Michael Holtermann <email@hidden>
- Date: Sat, 13 Aug 2005 10:09:50 +0200
Hi Rick.
Am Samstag, 13. August 2005 04:42 schrieb Rick Hoge:
> > /** @TypeInfo Author */
> > protected (null) authorList;
> Replacing (null) with NSArray fixes the problem... if anyone could
> answer the following questions I'd be grateful:
> - is (null) just wrong, the result of a bug in WO Builder?
Possibly. (null) *is* wrong, a proper declaration reads like
[public|private|protected] <type> <name>
See the Java Language Specification on java.sun.com for details. Or any other
book about the language, like "Thinking in Java" by Bruce Eckels (free online
version available, IIRC).
I don't know, where WOBuilder gets its templates from, maybe there is a file
missing or even e single line.
> Is there
> something else I might have done incorrectly to cause this?
I don't think so, your way-to-go seems correct to me.
> - is NSArray the correct thing to use?
If it's working... :-)
_______________________________________________
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