Hi. I'm making a shopping cart system for buying theatre tickets.
Here's how I envision it working: what I need is for people to tell me
where I've gone wrong :)
I have an entity called SeatBooking, which are the things the user can
buy. I have another called Order, with a many-to-one relat
Hi. I'm making a shopping cart system for buying theatre tickets.
Here's how I envision it working: what I need is for people to tell me
where I've gone wrong :)
I have an entity called SeatBooking, which are the things the user can
buy. I have another called Order, with a many-to-one relat
On 9 Oct 2008, at 14:27, Mike Schrag wrote:
The line "import er.extensions.ERXApplication;" is failing. (As is
"import er.extensions.ERXSession;", and a few others.)
Wonder 5 was refactored into subpackages, so these packages are no
longer correct. Just Source=>Organize Imports on your proj
Somehow I've buggered things up.
The line "import er.extensions.ERXApplication;" is failing. (As is
"import er.extensions.ERXSession;", and a few others.)
This suggests I don't have Wonder installed properly.
However, when I download the latest wonder frameworks from http://webobjects.mdime
red at all.
Thanks for taking the time to help a WO newbie. I'll hopefully be able
to show off my first major app soon!
Thomas Worrall ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-
Forgive me if I'm missing something obvious: I'm fairly new to all this.
I have three tables: Performance, Seat, Booking. Each booking has one
seat, and one performance. So, I could add a couple of one-to-many
relationships from Booking to the other two.
But, each seat+performance combinati