Hiding the first tab of accordion panel in JSF Primefaces

前端 未结 6 683
醉梦人生
醉梦人生 2021-01-04 09:23

By default the first tab of the primefaces accordion panel is shown open on page load. Is there a way that it can be closed on page load.

Thanks

6条回答
  •  甜味超标
    2021-01-04 09:57

    One approach is to define a widgetVar:

    
        ...
    
    

    And then:

    
    

    or for older PF versions:

    
    

提交回复
热议问题