• 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: WebServices with iso-8859-1
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebServices with iso-8859-1


  • Subject: Re: WebServices with iso-8859-1
  • From: Jacky Gagnon <email@hidden>
  • Date: Tue, 17 Feb 2004 15:54:03 -0500

Hi,

I'm not sure if its the same issue, but I had a similar error message last week with WO 5.2.1 and I correct it with this code in Application.java:

    public WOResponse dispatchRequest(WORequest aRequest) {
        aRequest.setContentEncoding("UTF-8");
        WOResponse aResponse = super.dispatchRequest(aRequest);
        aResponse.setContentEncoding("UTF-8");

        return aResponse;
    }


Jacky :-) _______________________________________________ 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.

  • Prev by Date: Re: get the browser's language and session set up question [SOLVED]
  • Next by Date: batchFetchRelationship---is it a hint, or a command?
  • Previous by thread: Re: WebServices with iso-8859-1
  • Next by thread: ReportMill Alternatives?
  • Index(es):
    • Date
    • Thread