Return-Path: X-Original-To: apmail-myfaces-users-archive@www.apache.org Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F0FFE16A for ; Tue, 18 Dec 2012 12:53:38 +0000 (UTC) Received: (qmail 26637 invoked by uid 500); 18 Dec 2012 12:53:37 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 26446 invoked by uid 500); 18 Dec 2012 12:53:36 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 26415 invoked by uid 99); 18 Dec 2012 12:53:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 12:53:35 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcjmu-myfaces-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 12:53:26 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tkwfc-0007yu-W0 for users@myfaces.apache.org; Tue, 18 Dec 2012 13:53:16 +0100 Received: from cm209-171.liwest.at ([81.10.209.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Dec 2012 13:53:16 +0100 Received: from werner.punz by cm209-171.liwest.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Dec 2012 13:53:16 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@myfaces.apache.org From: Werner Punz Subject: Re: and IE8 Date: Tue, 18 Dec 2012 13:52:48 +0100 Lines: 83 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cm209-171.liwest.at User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/17.0 Thunderbird/17.0 In-Reply-To: X-Virus-Checked: Checked by ClamAV on apache.org Hi this looks like a config problem, could it be that the security settings on your companies machines block the XMLHttpRequest object. Just to be precise, does it fail strictly on that line? var _ret = new XMLHttpRequest(); or later? Werner Am 18.12.12 13:24, schrieb Bashirazad, Wahid: > Hi, > This is the output on the scripting console: > LOG: starting send > LOG: defining scope This > LOG: scope This done > LOG: Error:Objekt erwartet > TypeError: Objekt erwartet > > When I start debugging into the scripts, in standard mode the error occurs in _Runtime.js(374): > > var _ret = new XMLHttpRequest(); > > In the compatibility mode the debugger takes another route into jsf.js(947) and calls > new ActiveXObject("Msxml2.XMLHTTP"); > > I hope you can help us with this information to fix the error. > > Regards > Wahid > > > -----Urspr�ngliche Nachricht----- > Von: Werner Punz [mailto:werner.punz@gmail.com] > Gesendet: Montag, 17. Dezember 2012 10:02 > An: users@myfaces.apache.org > Betreff: Re: and IE8 > > Am 15.12.12 15:45, schrieb Werner Punz: >>> tried your test project with the same result. It works only in the >>> compatibility mode of IE8. The Same error in the standard mode. >>> >>> BUT, when I remove the XHTML DocType line both tests work fine!!! >>> >>> Are you sure that you are not in the compatibility mode in your XP test >>> environment? The error occurs not only on my local PC but also on every >>> other IE8 XP installation in our company. >>> >>> Kind regards >>> Wahid >>> >> Hi I tried now with various patch levels of IE 8 on XP, again no >> failure. I will give you a custom project on monday with more detailed >> debugging output so that I can get an idea what is happenening there. > > Hi I added another testproject which does have a split import of the > entire ajax framework with detailed console output of the part where I > think it fails: > > http://people.apache.org/~werpu/testProject2.tar.bz2 > > You can start it the same way as before. > Following: please open your debugging console with f12 enable javascript > debugging and then give me the last 2-3 lines of the console output > before it fails, this gives me the exact location where the problem is > raised. > You also can debug into it by setting a breakpoint on following section. > File _AjaxRequest.js line 199 function send, then you can step through > and tell me more detailed on where the object excpected error is thrown. > > Again thanks for your patience we will nail this down and fix it. > > > > Werner > > > >