Re: Problem adding key with WebObjects Builder
Re: Problem adding key with WebObjects Builder
- Subject: Re: Problem adding key with WebObjects Builder
- From: Rick Hoge <email@hidden>
- Date: Sat, 13 Aug 2005 10:17:42 -0400
Thanks Michael, Clive, for the patient answers to this newbie question!
I don't know, where WOBuilder gets its templates from, maybe there
is a file
missing or even e single line.
This might be it - I already had to copy some template files into the
EOModelWizard framework to get EOModelers "Create Java Files..." to
work. It sounds like something is also missing that's needed to
generate the NSMutableArray and it is just inserting (null) instead.
- is NSArray the correct thing to use?
As Clive pointed out this should be an NSMutableArray (this got
caught during build as the addObject method is of course not
available for an immutable NSArray - I do a lot of Cocoa/Obj-C coding
so fortunately a lot of the concepts carry over to Java/WO). Note
that I did select "Mutable Array of..." and specified Author but got
the apparently wrong code above. I will file a bug report on this
(sure I'm not the first to have this problem).
It's really too bad that the current release of WebObjects is so
buggy! We need a simple database and web interface at my lab and if
everything "just worked" then WO would be an incredibly attractive
way to implement it...
Thanks again,
Rick
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:
40nmr.mgh.harvard.edu
This email sent to email@hidden
_______________________________________________
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