Re: using webobjects for the first time

2006-08-14 Thread Ken Anderson
2006 1:56 PM To: [EMAIL PROTECTED]; webobjects-dev@lists.apple.com Subject: RE: using webobjects for the first time Hi Jake, Cheers for yours and everyone elses help on this issue very much appreciated. Firstly I considered your first option and intend on doing this but wanted to try an easier option first.

RE: using webobjects for the first time

2006-08-14 Thread Fleetwood, Brett (DCS)
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, 12 August 2006 3:39 AM To: Fleetwood, Brett (DCS); webobjects-dev@lists.apple.com Subject: RE: using webobjects for the first time Brett, G'day to you too. I must admit it is pretty freaky to see a post on a mailing list abou

Recall: using webobjects for the first time

2006-08-13 Thread Fleetwood, Brett (DCS)
Title: Recall: using webobjects for the first time Fleetwood, Brett (DCS) would like to recall the message, "using webobjects for the first time". ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev ma

RE: using webobjects for the first time

2006-08-13 Thread Fleetwood, Brett (DCS)
gust 2006 3:39 AM To: Fleetwood, Brett (DCS); webobjects-dev@lists.apple.com Subject: RE: using webobjects for the first time Brett, G'day to you too. I must admit it is pretty freaky to see a post on a mailing list about an application I originally developed. It feels a bit like a message fr

Re: using webobjects for the first time

2006-08-13 Thread Chuck Hill
On Aug 10, 2006, at 11:09 PM, Fleetwood, Brett (DCS) wrote: G'day, I've been asked to "enhance" an existing webobjects 5.2 project. My background is a Java J2EE developer. I've been working on this for the best part of 2 weeks and find the tools extremely frustrating, This is an excellen

Re: using webobjects for the first time

2006-08-11 Thread John Larson
I get the feeling that John is right on this.There is a line in the Visitor.plist file that looks like this:    classProperties = (field1, field2, field3); If you don't add barCodeNumber to that list then EO won't add the contents of that column to the dictionary that holds the record's data.  (It

Re: using webobjects for the first time

2006-08-10 Thread John Bruce
well I tried removing one of my own attributes as a class property and basically got the same error message as you gave above so that may be the culpret.-JohnOn 8/11/06, John Bruce <[EMAIL PROTECTED]> wrote: Hi,Is the barCodeNumber attribute of the Visitor entity a class property - by that I mean

Re: using webobjects for the first time

2006-08-10 Thread Ken Anderson
Brett,That error is basically saying that you don't have the setBarCodeNumber() method - but it seems like you do.  The things I can think of:Since it's failing on the set (takeValueForKey), it means that you have successfully added it to your model, and EOF is trying to set the value obtained from

using webobjects for the first time

2006-08-10 Thread Fleetwood, Brett (DCS)
G'day,   I've been asked to "enhance" an existing webobjects 5.2 project. My background is a Java J2EE developer. I've been working on this for the best part of 2 weeks and find the tools extremely frustrating,  (they are old though and makes you appreciate modern IDE's). The update that i b