posted 14 years ago
Am using tabbed application.
Two tabs lets say A and B.onclick of A one.jsf and onclick of B two.jsf should be loaded.
Am clearing the session on click the tabs.(if I click on A then am clearing the session associated with the A similarly for B)
My problem is:
On click of A one.jsf will be loaded for the first time.
After making some modification if I am click on the same tab the session is not cleared though am clearing the session on click of the tab.(I think the new view is not created in the first phase rather it uses the the view created first time ).Because if I click on the same tab third time am getting the session cleared.
Suggest some solutions.
Any one tell me how to create the new view always for one.jsf when I click on the tab A.
Note:New view shld be created only for part of page(i.e one.jsf)not the entire application.
Thanks,
maverick