Yes, sorry....I was a little careless in my reading of your post. Using
partialTrigger solves the partialSubmit problem when the tr:commandLink is
on the same page as the tabSwitcher 

BUT, when using it from the main.xhtml page     i.e.    <tr:commandLink
action="about" id="tabSwitcher" text="show 'Company' tab"
actionListener="#{contactForm.showCompanyTab}" />

The showCompanyTab(...) method gets called apparently before the redirect to
the about.xhtml page so it doesn't take effect

In other words, the about.xhtml page gets rendered, the showCompanyTab
method gets called but the default panel (not the intended panel) gets
rendered. Any ideas?

thanks for you patience and cooperation, I'm still trying to master some of
the finer details here.

Mark
-- 
View this message in context: 
http://www.nabble.com/linking-to-non-default-tr%3AshowDetailItem-in-a-tr%3ApanelTabbed-tp14307867p14323968.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to