Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 51553 invoked from network); 15 Jun 2007 09:02:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Jun 2007 09:02:53 -0000 Received: (qmail 29424 invoked by uid 500); 15 Jun 2007 09:02:54 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 29384 invoked by uid 500); 15 Jun 2007 09:02:54 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 29373 invoked by uid 99); 15 Jun 2007 09:02:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 02:02:54 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2007 02:02:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9693371413F for ; Fri, 15 Jun 2007 02:02:28 -0700 (PDT) Message-ID: <20123818.1181898148614.JavaMail.jira@brutus> Date: Fri, 15 Jun 2007 02:02:28 -0700 (PDT) From: =?utf-8?Q?Tom=C3=A1=C5=A1_Buben=C3=ADk_=28JIRA=29?= To: dev@myfaces.apache.org Subject: [jira] Commented: (TOMAHAWK-810) commandNavigation2 in PanelNavigation2 is not working with ajax2jsf In-Reply-To: <562068.1164870621025.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TOMAHAWK-810?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12505109 ]=20 Tom=C3=A1=C5=A1 Buben=C3=ADk commented on TOMAHAWK-810: ---------------------------------------- There might be xmlhttp.send(""); instead of xmlhttp.send(null); on line 13.= Pls, see http://www.thescripts.com/forum/threadnav436534-2-10.html (http://www.google.cz/search?hl=3Dcs&client=3Dfirefox-a&rls=3Dorg.mozilla%3= Acs%3Aofficial&q=3DComponent+returned+failure+code%3A+0x80040111&btnG=3DHle= dat&lr=3D) for details. > commandNavigation2 in PanelNavigation2 is not working with ajax2jsf > ------------------------------------------------------------------- > > Key: TOMAHAWK-810 > URL: https://issues.apache.org/jira/browse/TOMAHAWK-810 > Project: MyFaces Tomahawk > Issue Type: Bug > Components: Panel Navigation2 > Affects Versions: 1.1.5-SNAPSHOT, 1.1.5 > Environment: firefox2 under linux/windows > Reporter: tony tony > > There is a problem in integrating ajax4jsf:support component into t:comma= ndNavigation2 and it seems does not working. > Basically, i would like to load a page into section "userManagementConten= t" when commandnavigation is clicked. however, > the page is not loaded at all and i have done the ajax4jsf configuration = which include the filter at 1st of the filter in my web.xml. > Also, i go this error from my firefox error console: > Error: [Exception... "Component returned failure code: 0x80040111 (NS_ERR= OR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ER= ROR_NOT_AVAILABLE)" location: "JS frame :: http://ibm-cormet:8080/billingS= ystem/a4j.res/org.ajax4jsf.framework.ajax.AjaxScript.jsf :: anonymous :: li= ne 18" data: no] > Source File: http://ibm-cormet:8080/billingSystem/a4j.res/org.ajax4jsf.fr= amework.ajax.AjaxScript.jsf > Line: 18 > here is my snippet sample code: > > id=3D"panelNavigation21" layout=3D"list" > activeItemClass=3D"on" itemClass=3D"off" > renderAll=3D"true" openItemClass=3D"on"> > id=3D"commandNavigation21"> > id=3D"outputText2" > value=3D"#{messageProperties[\'file\']}= "/> > id=3D"commandNavigation24" > value=3D"Test 1"> > id=3D"support1" event=3D"onclick" > action=3D"view_create" > reRender=3D"userManagementContent"/> > > ›=20 > > id=3D"outputText5" > value=3D"#{messageProperties[\'file= .create\']}"/> > > > > > id=3D"userManagementContent" columns=3D"1" width=3D"= 100%"/> > here is my faces navigation rule:=20 > > /secure/usermanagement/home.jsp > > view_create > /secure/test.jsp > > --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.