From commits-return-4810-apmail-tapestry-dev-archive=tapestry.apache.org@tapestry.apache.org Thu Mar 05 18:08:28 2009 Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 54033 invoked from network); 5 Mar 2009 18:08:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Mar 2009 18:08:28 -0000 Received: (qmail 21946 invoked by uid 500); 5 Mar 2009 18:08:27 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 21914 invoked by uid 500); 5 Mar 2009 18:08:27 -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 21905 invoked by uid 99); 5 Mar 2009 18:08:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Mar 2009 10:08:27 -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; Thu, 05 Mar 2009 18:08:17 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 82F99234C48D for ; Thu, 5 Mar 2009 10:07:56 -0800 (PST) Message-ID: <736837410.1236276476528.JavaMail.jira@brutus> Date: Thu, 5 Mar 2009 10:07:56 -0800 (PST) From: "Ville Virtanen (JIRA)" To: commits@tapestry.apache.org Subject: [jira] Updated: (TAP5-558) Create modal dialog component In-Reply-To: <353538800.1236275876199.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-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ville Virtanen updated TAP5-558: -------------------------------- Description: Tapestry's AJAX support is missing one important component, modal (or non-modal) dialog. Dialog could be created with http://www.wildbit.com/labs/modalbox/ or http://roland.devarea.nl/dialog/ or http://github.com/robhurring/prototype-dialog/ After fast look first looks like most professional. was: Tapestry's AJAX support is missing one important component, modal (or non-modal) dialog. Dialog could be created with http://www.wildbit.com/labs/modalbox/ or http://roland.devarea.nl/dialog/ or http://github.com/robhurring/prototype-dialog/ After fast look first looks like most professional. Forgot to mention that the dialog should accept its content as the body of the component or as a block. Also it would be superb if it would work correctly with the new ProgressiveDisplay component to truly be ajax dialog. This leads to the conclusion that it would not have to be much more than an overlay and a box containing the contents? the component must also support form inside the component, and it would be further great if it could be part of bigger form. > Create modal dialog component > ----------------------------- > > Key: TAP5-558 > URL: https://issues.apache.org/jira/browse/TAP5-558 > Project: Tapestry 5 > Issue Type: New Feature > Reporter: Ville Virtanen > > Tapestry's AJAX support is missing one important component, modal (or non-modal) dialog. Dialog could be created with http://www.wildbit.com/labs/modalbox/ or http://roland.devarea.nl/dialog/ or http://github.com/robhurring/prototype-dialog/ > After fast look first looks like most professional. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.