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 A94C6DF84 for ; Thu, 13 Dec 2012 10:03:45 +0000 (UTC) Received: (qmail 55729 invoked by uid 500); 13 Dec 2012 10:03:45 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 55392 invoked by uid 500); 13 Dec 2012 10:03:43 -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 55327 invoked by uid 99); 13 Dec 2012 10:03:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Dec 2012 10:03:40 +0000 X-ASF-Spam-Status: No, hits=0.9 required=5.0 tests=RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Thu, 13 Dec 2012 10:03:33 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tj5dN-0002Gv-JJ for users@myfaces.apache.org; Thu, 13 Dec 2012 11:03:17 +0100 Received: from 92.60.4.194 ([92.60.4.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2012 11:03:17 +0100 Received: from werner.punz by 92.60.4.194 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Dec 2012 11:03:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: users@myfaces.apache.org From: Werner Punz Subject: Re: and IE8 Date: Thu, 13 Dec 2012 11:02:57 +0100 Lines: 137 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.60.4.194 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 Hello I tried to reproduce the error on Windows 7 with IE8 and WinXP with IE8, it was not reproducible. Following try following project: http://people.apache.org/~werpu/testProject.tar.bz2 you can start it via maven with mvn clean install tomcat7:run-war and then point your browser to http://localhost:9080/ If the problem persists on your machine then we have a local config problem and probably you have to start to debug on your machine into the myfaces javascripts (with my guidance of course), but more details to that if we hit the case. If not then I would really need a war file which shows the problem, to isolate and fix it. Thanks a lot for your patience and help. Kind regards Werner Punz Am 12.12.12 17:45, schrieb Werner Punz: > Hallo > > Ok I tried to reproduce the error with your example with stock IE8 > I was not able to reproduce it. > > Can you provide a war with the isolated code which produces the error so > that I can have a deeper look at it. > > > Werner > > > Am 12.12.12 17:12, schrieb Werner Punz: >> Thanks for the example, I will look into the issue tomorrow morning, I >> will keep you updated. >> >> Werner >> >> >> Am 12.12.12 16:59, schrieb Bashirazad, Wahid: >>> Hi, >>> >>> my Ajax call is in a composite component: >>> >>> >>> >>>
>>> >> title="hinzufuegen"> >>> >> render="targetListbox" /> >>> >>>
>>>
>>> >> value="#{cc.attrs.value.transferTarget}"> >>> >> value="#{cc.attrs.value.target}"/> >>> >>>
>>>
>>>
>>> >>> Wahid >>> >>> >>> An: users@myfaces.apache.org >>> Betreff: Re: and IE8 >>> >>> Hi, can you isolate the problem into a small example so that I can have >>> a look at it. It seems like you run into something in the >>> AjaxRequest.send method, which triggers an error internally. >>> >>> I cannot reproduce the problem here with my testsuite, so an example >>> would be helpful. >>> >>> Werner >>> >>> >>> Am 12.12.12 13:58, schrieb Bashirazad, Wahid: >>>> Hi everybody, >>>> >>>> I have a problem with f:ajax tags in combination of newer Myfaces >>>> versions and IE8. >>>> >>>> In my test Ajax call doesn't work in MyFaces versions 2.0.16, 2.1.6 >>> and >>>> 2.1.10. It works only when I start IE8 in compatibility mode. >>>> >>>> With MyFaces versions 2.0.4 and 2.1.1 works everything fine. >>>> >>>> >>>> >>>> In error cases I get the following massage: >>>> >>>> Message: object expected >>>> >>>> Calling class: myfaces._impl.xhrCore._AjaxRequest >>>> >>>> Calling function: send >>>> >>>> Error name: sendError >>>> >>>> >>>> >>>> Any Idea? >>>> >>>> >>>> >>>> Regards >>>> >>>> Wahid >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>>> >>> >>> >> >> >> > > >