Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 47851 invoked from network); 4 Feb 2009 23:29:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 23:29:24 -0000 Received: (qmail 63500 invoked by uid 500); 4 Feb 2009 23:29:23 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 63471 invoked by uid 500); 4 Feb 2009 23:29:23 -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 63461 invoked by uid 99); 4 Feb 2009 23:29:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 15:29:23 -0800 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; Wed, 04 Feb 2009 23:29:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 92F69234C4A7 for ; Wed, 4 Feb 2009 15:29:02 -0800 (PST) Message-ID: <349064331.1233790142600.JavaMail.jira@brutus> Date: Wed, 4 Feb 2009 15:29:02 -0800 (PST) From: "Howard M. Lewis Ship (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Assigned: (TAP5-499) Cleanup and simplfy PageTester to remove ComponentInvocation, InvocationTarget, etc. In-Reply-To: <699860004.1233790142588.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/TAP5-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship reassigned TAP5-499: ----------------------------------------- Assignee: Howard M. Lewis Ship > Cleanup and simplfy PageTester to remove ComponentInvocation, InvocationTarget, etc. > ------------------------------------------------------------------------------------ > > Key: TAP5-499 > URL: https://issues.apache.org/jira/browse/TAP5-499 > Project: Tapestry 5 > Issue Type: Improvement > Components: tapestry-core > Affects Versions: 5.1.0.0 > Reporter: Howard M. Lewis Ship > Assignee: Howard M. Lewis Ship > > There's a huge amount of unnecessary clutter to support PageTester in the form of the ComponentInvocationMap, CompnentInvication, InvocationTarget, etc. It makes the code related to generating Links very confusing. It needs to be cleaned up before we can even consider allow applications to take more control over link creation and dispatch. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.