Hello.

Add link to content panel. onClick() method should select appropriated tab:
                Link<Void> link = new Link<Void>( "link" ) {
                        
                        @Override
                        public void onClick() {
                             tabbedPanel.setSelectedTab( /* any tab
index here*/ );
                             RequestCycle.get().setResponsePage( getPage() );
                        }
                        
                };

When onClick() method invoked, desired tab is selected and page that
contains tabbed panel is set as response page.

Best regards, Alexander.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to