Hi All, Style visibility:hidden don't prevent render - only visibility, so dom node is rendered but visible as empty are. If I undestend problem right - you should use style="display:none" instade.
Best regards, Aleksandr Mazur "Matthias Wessendorf" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 02.02.2007 16:10 Please respond to "MyFaces Discussion" <[email protected]> To "MyFaces Discussion" <[email protected]> cc Subject Re: Visibility of t:column He want's the column with content, but only the style visibility: hidden applied -M On 2/2/07, Gerald Müllan <[EMAIL PROTECTED]> wrote: > Hi, > > t:column has also a rendered attribute! > > But to my mind, don`t render a complete column is not a nice solution.. > > cheers, > > Gerald > > On 2/2/07, Pfau, Oliver <[EMAIL PROTECTED]> wrote: > > I think if the content of the column is disabled or not isn't important. The content shall be rendered, but not visible :) > > If I set visibility: hidden to the checkbox, the checkbox is invisible...if I do the same to the t:column, the column is rendered without content. > > > > -----Ursprüngliche Nachricht----- > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Wessendorf > > Gesendet: Freitag, 2. Februar 2007 13:46 > > An: MyFaces Discussion > > Betreff: Re: Visibility of t:column > > > > oh, I see > > > > that sounds like a bug, since you want the stuff being display (not visible) > > but not *disabling* it, right ? > > > > > > > > On 2/2/07, Pfau, Oliver <[EMAIL PROTECTED]> wrote: > > > When I set "visibility: hidden" on the t:column, the content of the column (checkbox in my case) is not visible, but the column is drawn empty. I want to keep the checkbox (for some javascript stuff) but hide the complete column. > > > > > > -----Ursprüngliche Nachricht----- > > > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Matthias Wessendorf > > > Gesendet: Freitag, 2. Februar 2007 12:51 > > > An: MyFaces Discussion > > > Betreff: Re: Visibility of t:column > > > > > > Oliver, > > > > > > what is the rendered output? > > > Can you try to play with firebug and manipulate the *dom* to get the > > > "hidden" result? > > > > > > Thanks, > > > Matthias > > > > > > On 2/2/07, Pfau, Oliver <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > Hi, > > > > > > > > how can I hide a complete column of t:dataTable ? I tried style="visibility: > > > > hidden" with no success. It should not be rendered="false". > > > > > > > > Regards, > > > > Oliver > > > > > > > > > -- > > > Matthias Wessendorf > > > http://tinyurl.com/fmywh > > > > > > further stuff: > > > blog: http://jroller.com/page/mwessendorf > > > mail: mwessendorf-at-gmail-dot-com > > > > > > > > > -- > > Matthias Wessendorf > > http://tinyurl.com/fmywh > > > > further stuff: > > blog: http://jroller.com/page/mwessendorf > > mail: mwessendorf-at-gmail-dot-com > > > > > -- > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com

