• 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
Assigning a Session to a Custom WORequestHandler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Assigning a Session to a Custom WORequestHandler


  • Subject: Assigning a Session to a Custom WORequestHandler
  • From: Jonathan Miller <email@hidden>
  • Date: Tue, 11 Sep 2007 14:09:34 -1000

Hi,

Does anyone have any help with the subject line?  Basically, I'm utilizing a customer request handler but I'm unclear how to assign the session to the response.

The current function I'm using to generate the response looks like the following:

    private WOResponse answer(WORequest r){
        WOContext ctx = new WOContext(r);
    Application.application().sleep();
        return Application.application().pageWithName("ResponsePage", ctx).generateResponse();
    }

Thanks in advance!!

Jon



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Assigning a Session to a Custom WORequestHandler
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: "No Launchable executable present at path"
  • Next by Date: Re: Assigning a Session to a Custom WORequestHandler
  • Previous by thread: Re: "No Launchable executable present at path"
  • Next by thread: Re: Assigning a Session to a Custom WORequestHandler
  • Index(es):
    • Date
    • Thread