2 Replies Latest reply on Apr 9, 2008 4:48 PM by damianharvey.damianharvey.gmail.com

    Call action method on view exit?

    dgriffin

      How can I use Seam page.xml to call an action method on page exit?


      The page exit is implemented like:


      There will be many links that a user can select from a menu to go to another page. I don't want to put the action execute... in page.xml for each destination page  (I know how to do that).


      In other words: I know the mechanism to call an action method on view load/entry.  How do you do it on exit?