Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 60592 invoked from network); 8 Jan 2010 13:55:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Jan 2010 13:55:16 -0000 Received: (qmail 17446 invoked by uid 500); 8 Jan 2010 13:55:15 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 17325 invoked by uid 500); 8 Jan 2010 13:55:15 -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 17316 invoked by uid 99); 8 Jan 2010 13:55:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 13:55:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Jan 2010 13:55:14 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9151829A0013 for ; Fri, 8 Jan 2010 05:54:54 -0800 (PST) Message-ID: <1183169960.120961262958894593.JavaMail.jira@brutus.apache.org> Date: Fri, 8 Jan 2010 13:54:54 +0000 (UTC) From: "Michael Kurz (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Updated: (MYFACES-2477) Ajax related fixes for command components In-Reply-To: <1810741256.120911262958774465.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MYFACES-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kurz updated MYFACES-2477: ---------------------------------- Status: Patch Available (was: Open) > Ajax related fixes for command components > ----------------------------------------- > > Key: MYFACES-2477 > URL: https://issues.apache.org/jira/browse/MYFACES-2477 > Project: MyFaces Core > Issue Type: Bug > Components: JSR-314 > Affects Versions: 2.0.0-alpha > Reporter: Michael Kurz > Attachments: MYFACES-2477.patch > > > There are some minor problems with command links and buttons having an ajax behavior. > 1) Both of them have to check in decode() if the request is a partial or behavioral submit to queue the action event for thos requests. > 2) If a command link has a behavior with ClientBehaviorHint.SUBMITTING then the "normal" submit code should not be rendered. > 3) For command link "normal" submit code was not escaped correctly before chaining. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.