Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 5489 invoked from network); 4 Aug 2005 09:50:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Aug 2005 09:50:39 -0000 Received: (qmail 90447 invoked by uid 500); 4 Aug 2005 09:50:38 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 90392 invoked by uid 500); 4 Aug 2005 09:50:37 -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 90367 invoked by uid 99); 4 Aug 2005 09:50:37 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 02:50:37 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of brunoaranda@gmail.com designates 64.233.182.205 as permitted sender) Received: from [64.233.182.205] (HELO nproxy.gmail.com) (64.233.182.205) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Aug 2005 02:50:27 -0700 Received: by nproxy.gmail.com with SMTP id l37so71670nfc for ; Thu, 04 Aug 2005 02:50:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KJxzlD2n8i4MflwbPrOKO+/pDF1m1sLgp3Ek801a/ZYZRVX7WA1PNXHlETvtd4Qz7EMGN/zwua220/Imw+sVYV+vMJfPhVC9bwxuyTq5upoc3ypNjPISpBHbDcdcUboKu+GeyzaE+sYolhaPyXYM7FTd4/k0gsHOV/lsOhHqlMg= Received: by 10.48.1.18 with SMTP id 18mr50926nfa; Thu, 04 Aug 2005 02:50:34 -0700 (PDT) Received: by 10.48.239.3 with HTTP; Thu, 4 Aug 2005 02:50:34 -0700 (PDT) Message-ID: <1a681ff2050804025022e4e9d1@mail.gmail.com> Date: Thu, 4 Aug 2005 11:50:34 +0200 From: Bruno Aranda Reply-To: Bruno Aranda To: MyFaces Development Subject: Re: [jira] Commented: (MYFACES-377) x:div suport for visibleOnUserRole In-Reply-To: <1a681ff20508031329109abffc@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <601204011.1123054837906.JavaMail.jira@ajax.apache.org> <42F0BB93.2090404@gmail.com> <1a681ff20508031103233a685d@mail.gmail.com> <2387fbc505080311414edec3d8@mail.gmail.com> <1a681ff20508031329109abffc@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N IMO, to be consistent we should have to use verbatim tags always for the htmlTag component so for the div... Regards, Bruno 2005/8/3, Bruno Aranda : > Well, with the actual implementation you can use: >=20 > Div content >=20 > Otherwise, if verbatims are not used the text is rendered and only the > tag is not rendered... > Any ideas here? I only have an ugly trick using style=3D"visibility:hidden;"> around the htmlTag... >=20 > Regards, >=20 > Bruno >=20 > 2005/8/3, Sean Schofield : > > > Div content --- renders ..> Div co= ntent > > > > This is definitely *not* what I would expect. > > > > sean > > >