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 just do
<p:accordionPanel activeIndex="-1">
I am learning/using JSF 2.0 (Sun Mojarra) now and I want to have a tabbed pane in my webapp (single tabs could named be General, Detail1,Detail2,...). How do I achieve this? I haven't found any documetation for this so …
What is the most correct way to include another XHTML page in an XHTML page? I have been trying different ways, none of them are working.
What is the difference between action and actionListener, and when should I use action versus actionListener?