0 Replies Latest reply on Oct 16, 2007 11:02 AM by jtestori

    how to find out when page B is called from page A

    jtestori

      i have two jsp-pages A and B.
      A has a link to B, defined as navigationrule in my faces-config.
      on page B i have a datatable backed by a stateful session bean and a form displaying the details of the selected row.

      when i select a row on page B, go back to page A, and again to B, the details of the previously selected row will be displayed. but i would like to clear the selection when page B is called from page A.

      is this possible in a simple, declarative way?