From anonymous@nagoya.betaversion.org Mon Jun 9 04:28:10 2003 Return-Path: Mailing-List: contact tapestry-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tapestry-dev@jakarta.apache.org Received: (qmail 91664 invoked from network); 9 Jun 2003 04:28:10 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Jun 2003 04:28:10 -0000 Received: (qmail 23075 invoked by uid 50); 9 Jun 2003 04:30:34 -0000 Date: 9 Jun 2003 04:30:34 -0000 Message-ID: <20030609043034.23074.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tapestry-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 20598] - Using @Conditional within a tag X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20598 Using @Conditional within a tag ------- Additional Comments From rlewisshell@mac.com 2003-06-09 04:30 ------- What if instead of modifying the Conditional component, we modified the Any component to have an 'if' parameter (ie. render the component only if the 'if' expression is true)? This might be useful to most of the core components (org.apache.tapestry.components.*), which are effectively structure building components.