Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 36156 invoked from network); 17 Mar 2009 15:32:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Mar 2009 15:32:05 -0000 Received: (qmail 34529 invoked by uid 500); 17 Mar 2009 15:31:59 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 34489 invoked by uid 500); 17 Mar 2009 15:31:58 -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 34451 invoked by uid 99); 17 Mar 2009 15:31:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 08:31:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [217.160.109.138] (HELO stadt-events.de) (217.160.109.138) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2009 15:31:50 +0000 Received: from [88.217.195.82] (account lier@liermann-it.de) by stadt-events.de (CommuniGate Pro WEBUSER 5.1.16) with HTTP id 8305786 for users@myfaces.apache.org; Tue, 17 Mar 2009 16:31:33 +0100 From: "Dipl.-Ing. Torsten Liermann" Subject: tomahawk and ajax4jsf To: users@myfaces.apache.org X-Mailer: CommuniGate Pro WebUser v5.1.16 Date: Tue, 17 Mar 2009 17:31:33 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hi, (sorry, no english) I have a localeSelctor based on the localeSelector from the seam project. The switching of the language is done by a 'a4j:support'. Ajax4jsf rerender after the language switching the entire html body. The effect of language switching is as expected, all the resources come from the appropriate resource bundle. However, after the rerendering the menu navigation is no longer working. The tomahawk java script code caused an error in oamSubmitForm () with the message "form is undefined." Ajax4jsf apparently parses the Javascript code from 't:panelNavigation2' buggy. If such a problem known? Or am I doing something wrong? Thanks for a tip. My using ajax4jsf from richfaces 3.3.0, myfaces 1.2.6 and tomahawk12-1.1.8. page.xhtml: [code] [/code] web.xml [code] Ajax4jsf Filter ajax4jsf org.ajax4jsf.Filter forceparser false [/code]