Return-Path: X-Original-To: apmail-tapestry-commits-archive@minotaur.apache.org Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7A7CE18273 for ; Wed, 24 Feb 2016 17:17:18 +0000 (UTC) Received: (qmail 69390 invoked by uid 500); 24 Feb 2016 17:17:18 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 69343 invoked by uid 500); 24 Feb 2016 17:17:18 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 69325 invoked by uid 99); 24 Feb 2016 17:17:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 17:17:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1E2872C14F8 for ; Wed, 24 Feb 2016 17:17:18 +0000 (UTC) Date: Wed, 24 Feb 2016 17:17:18 +0000 (UTC) From: "Thiago H. de Paula Figueiredo (JIRA)" To: commits@tapestry.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (TAP5-2075) Checkbox doesn't trigger VALIDATE event 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/TAP5-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15163339#comment-15163339 ] Thiago H. de Paula Figueiredo commented on TAP5-2075: ----------------------------------------------------- [~jkemnade] Hi! I've assigned this issue to me but haven't actually started it. Feel free to grab it. > Checkbox doesn't trigger VALIDATE event > --------------------------------------- > > Key: TAP5-2075 > URL: https://issues.apache.org/jira/browse/TAP5-2075 > Project: Tapestry 5 > Issue Type: Bug > Components: tapestry-core > Affects Versions: 5.3.6, 5.4 > Reporter: Geoff Callender > Assignee: Thiago H. de Paula Figueiredo > Labels: patch > Attachments: 0006-TAP5-2075-Checkbox-doesn-t-trigger-VALIDATE-event.patch > > > Imagine a list of entries with a "delete" checkbox on each row. > When submitted, I would like to validate each checked row to decide whether it is OK to delete. > I can write an event handler, onValidateFromDelete(), but it will never be called because Checkbox doesn't bubble up the VALIDATE event. -- This message was sent by Atlassian JIRA (v6.3.4#6332)