Hi,
In our application, we have two tabs in home page. Tab 1 and Tab 2. When
ever a user logs in, tab 1 is selected and shown as default. But how to
change it to tab2 to be selected?
We need to show tab 2 when user logs in. Is there any property to be set?
in JLoginUser, after login you can redirect user to the desired tab:
((JetspeedRunData) rundata).setRedirectURI((new BaseJetspeedLink(rundata)).getPaneByName("Tab2").toString())
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
