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 <[EMAIL PROTECTED]>: > Well, with the actual implementation you can use: > > <x:div rendered="false"><f:verbatim>Div content</f:verbatim></x:div> > > 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 <span > style="visibility:hidden;"> around the htmlTag... > > Regards, > > Bruno > > 2005/8/3, Sean Schofield <[EMAIL PROTECTED]>: > > > <x:div rendered="false">Div content</x:div> --- renders ..> Div content > > > > This is definitely *not* what I would expect. > > > > sean > > >
