• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: newbie question-tracing the request-response loop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: newbie question-tracing the request-response loop


  • Subject: Re: newbie question-tracing the request-response loop
  • From: Kerry Haglund <email@hidden>
  • Date: Wed, 29 Oct 2003 16:40:11 -0600

I believe I did it correct, this is what I entered in the
Application, Session and Main.java files:
/**
* Prints a line to the console when invoked.
*/
public void awake () {
         super.awake();
         System.out.println(this.getClass().getName() + "'s awake invoked.");
     }

>Did you forget to call super.... in one of the methods you overrode?
>
>
>At 11:52 AM 29/10/2003 -0600, Kerry Haglund wrote:
>>I'm going through the tutorial in, "Web Objects 5: Web Applications"
>>and on page 73 you learn to trace the request-response loop. I have
>>followed the tutorial to the letter and get no errors when I build
>>and run. But when I test it in the browser nothing happens. I get
>>this in the Run pane:
>>"Application's awake invoked.
>>Session's awake invoked.
>>Main's awake invoked."
>>But I do not get any values for the favoriteFood or the personName
>>after the field are filled out in the browser and the submit button
>>clicked. I tested this in both Safari and IE 5.2. Can someone give me
>>advice on how to proceed and troubleshoot?
>>
>>Thanks. Kerry
>>_______________________________________________
>>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.
>>
>
>--
>
>Chuck Hill                                 email@hidden
>Global Village Consulting Inc.             http://www.global-village.net


--

----------
Kerry Haglund
Center for Sustainable Building Research (CSBR)
College of Architecture and Landscape Architecture
University of Minnesota
(612)626-9478 voice / (612)626-7424 fax
email@hidden / www.csbr.umn.edu
_______________________________________________
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.

References: 
 >Re: newbie question-tracing the request-response loop (From: Chuck Hill <email@hidden>)

  • Prev by Date: WO and QuickTime VR (second try)
  • Next by Date: Re: Anything new on the Horizon of Webobjects
  • Previous by thread: Re: newbie question-tracing the request-response loop
  • Next by thread: Re: newbie question-tracing the request-response loop
  • Index(es):
    • Date
    • Thread