Re: I think I'm going KKKAAAARRRAAAAZZZZYYY - SOLVED
Re: I think I'm going KKKAAAARRRAAAAZZZZYYY - SOLVED
- Subject: Re: I think I'm going KKKAAAARRRAAAAZZZZYYY - SOLVED
- From: Adam Rice <email@hidden>
- Date: Thu, 5 Jun 2003 16:10:57 +1000
LOL... I knew writing all that out would fix my problem
With a bit of help from someone here, I changed one of my fields in my
Java but didn't remember to change the name in my EOModel.... I knew it
would be just under my nose.
:)
Adam Rice
On Thursday, Jun 5, 2003, at 16:05 Australia/Brisbane, Adam Rice wrote:
Sorry about the.. umm.. off topic subject line but I have been trying
to debug a simple page and I just can't work out why it is not
working; it is REALLY getting to me, too, because it has to be one of
those errors that is just under your nose and can't see because it is
too obvious.
I am getting a good ol' fashion Null Pointer Exception
I have pin pointed it down to a table I have added with a repetition
row. When the table is not there, everything works great, when the
table is there, it all crumbles.
The table is just made using the WO buttons, ie. clicking table,
choosing 3 columns and 2 rows, first row headers and second row
repetition.
The strings in the repetition are anInvoiceLine.[insert field here]
Item = anInvoiceLine
List = theInvoice.customerInvoiceLine
anInvoiceLine is a key for customerInvoiceLine
theInvoice is a key for customerInvoice
theInvoice is set by anInvoice on the previous page which is using a
repetition table to display a list of records in customerInvoice
The previous page is using:
Item = anInvoice
List = customerInvoiceDisplayGroup
There is a one-to-many link between customerInvoice and
customerInvoiceLine using a unique primary key
There is a one-to-one link between customerInvoiceLine and
customerInvoice
The key in customerInvoice is cuinum
The keys in customerInvoiceLine are cuinum and line
Adam Rice
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.