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
You can do it with the PF function, as the code below:
PF('accordionWidgetVarName').unselect(0);