0 Replies Latest reply on May 4, 2010 11:46 AM by ajanz

    a4jinclude and page scope

    ajanz

      i use a rich:tree to navigate through  my app. on the right


      side of my page i have an a4j:include to display the corresponding form. the forms use beans from page scope. but because the url never changes the beans are never destroyed. so when i navigate back from one form to another i still got the old state because then bean is not newly created.


      how can i solve this?