trying to get example to work - chapter 12/delete author/web objects 5 web applications
trying to get example to work - chapter 12/delete author/web objects 5 web applications
- Subject: trying to get example to work - chapter 12/delete author/web objects 5 web applications
- From: John Spicer <email@hidden>
- Date: Wed, 31 Mar 2004 20:10:01 -0600
As stated above, I am working my way through the web app book 2 (of the
three that come in the box).
I'm on chapter 12 in the "delete authors" section (page 198-202). A new
component is added (ConfirmAuthorDelete) with two java code changes.
I have checked and double-checked and triple-checked, and I can't get
this to work.
From the main screen, when I click on "delete", the ConfirmAuthorDelete
page is not loaded.
In the debugger I can see it go to the correct procedure in main
(deleteAuthor), and from there it does drop down into the
ConfirmAuthorDelete java file, and call it's constructor, and then,
nothing!
No error is thrown so far as I can see.
I've checked for very obvious things like an incorrect spelling of the
name of the component without turning up anything.
Has anyone gotten this example to work? I've found several things to be
flaky in this book, but it could be that it's out of date - everything
is Project Builder, not XCode, which has caused some problems.
Ideas? All greatfully accepted.
_______________________________________________
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.