JSF Page Navigation from Tab to another page and back to tab

I have a Page with tabs and a button in each of those presenting a Table and "Create Button"

I would like to go to a new page and come back to the same active tab.

How do I set the page navigation properties?

Right now I am in

Page1(Tab3) Button click-> page2(Create)->Page1 is showing a wrong active tab.

Can we tell page navigation to go activate a tab it came from?

Message was edited by:

spattabiraman

[462 byte] By [spattabiraman] at [2007-11-26 10:08:52]
# 1
Hello, maybe if u declare a sessionbean variable as string, in the page u want to open thew tab, in init() you must call the session bean withh the name of the tab u are calling, for example: getSessionBean1().setSeltab("tab1");i hope it can helpBeltazor
Beltazor at 2007-7-7 1:51:17 > top of Java-index,Development Tools,Java Tools...