How do I conditionally render an ?

前端 未结 12 2088
刺人心
刺人心 2020-12-28 16:55

I would like to be able to conditionally omit a footer from a PrimeFaces panel element:


    

        
12条回答
  •  时光取名叫无心
    2020-12-28 17:34

    For those who landed here trying to hide the footer, instead of header, but the syntax component.facets.footer didn't work, should try this:

    
        
            
               your content
            
        
    
    

提交回复
热议问题