0
I have a p:dialog where inside it there is a p:tabview, the button that triggers the Dialog has an Action which calls a method to initialize the screen data, but when opening the Dialog, go through the tabs and access it again does not return to the first tab, is always selected with the last tab visited.
I’m using the:
< p:dialog header="Produto e Serviço" widgetVar="produtoServDialog" id="produtoServ-dialog" resizable="true" modal="true" closeOnEscape="true" height="90%" width="90%">
< p:tabView id="tabViewProdutos" dynamic="true" scrollable="true" prependId="false" cache="false" activeIndex="0">
I suggest you take a look here: http://answall.com/a/167348/60946
– Marcus Martins
Thanks I will give sequence for the post there.
– Jeremias Santos