• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

session and new view creation

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
All of life is a contant education - Eleanor Roosevelt. Tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic