• 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: [ANN] WOGWT framework for integrating GWT with WebObjects
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ANN] WOGWT framework for integrating GWT with WebObjects


  • Subject: Re: [ANN] WOGWT framework for integrating GWT with WebObjects
  • From: JR Ruggentaler <email@hidden>
  • Date: Thu, 18 Dec 2008 11:16:00 -0600

I can't find method WOGWTServerUtil.extractUpdateContainerFromResponse(request, response) in WOGWT (wogwt.jar: wogwt/WOGWTServerUtil.class). Below is the "WOGWT - Getting Started" doc which says to add the dispatchRequest() method to your application subclass.

8) Add this function to your Application class (the WOApplication subclass). This will allow us to return partial pages as ajax responses.
PROJECTROOT/Sources/your/app/Application.java

public WOResponse dispatchRequest(WORequest request) {
WOResponse response = super.dispatchRequest(request);
WOGWTServerUtil.extractUpdateContainerFromResponse(request, response);
return response;
}

JR
 _______________________________________________
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

References: 
 >[ANN] WOGWT framework for integrating GWT with WebObjects (From: "John Huss" <email@hidden>)
 >Re: [ANN] WOGWT framework for integrating GWT with WebObjects (From: Anjo Krank <email@hidden>)
 >Re: [ANN] WOGWT framework for integrating GWT with WebObjects (From: "John Huss" <email@hidden>)

  • Prev by Date: Re: Two directActions on one form
  • Next by Date: Re: casting in qualifier format strings
  • Previous by thread: Re: [ANN] WOGWT framework for integrating GWT with WebObjects
  • Next by thread: Cool new tool from Mr. Schrag: Click to Debug
  • Index(es):
    • Date
    • Thread