• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem adding key with WebObjects Builder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Problem adding key with WebObjects Builder
      • From: Rick Hoge <email@hidden>
References: 
 >Problem adding key with WebObjects Builder (From: Rick Hoge <email@hidden>)
 >Re: Problem adding key with WebObjects Builder (From: Rick Hoge <email@hidden>)

  • Prev by Date: unsubscribe
  • Next by Date: Re: PostgreSQLPlugIn.framework
  • Previous by thread: Re: Problem adding key with WebObjects Builder
  • Next by thread: Re: Problem adding key with WebObjects Builder
  • Index(es):
    • Date
    • Thread