The example of the paneltab selection by clicking the af:commandlink example is here
The same use case can be achieved by passing a request parameter for the goLink like
<af:golink destination="/faces/index?dt=true">
and enable the panelTabbed showdetailitem accordingly..
<af:showdetailitem disclosed="#{param.dt eq 'true'}">