Hello,

I'm using panelTabbedPane with server side tab switching on a page
with commandLink that should open a new browser window
(target="_blank"). When user first clicks on the commandLink and then
- on a panel tab, instead of reloading the current page with clicked
tab displayed, the page is opened in new browser window with clicked
tab.

It seems that panelTab button doesn't reset the target of the form
which was previously set by the commandLink. The other commandLinks
work fine because commandLinkscall specific JS function
(clear_formName()) that does the job of setting empty target.

I worked around the problem by choosing client side switching.

Is there other suitable workaround for this problem? Is it suitable
for reporting a bug?

Thanks in advance,
Svilen

Reply via email to