1 Reply Latest reply on Aug 15, 2006 9:58 AM by ssilvert

    Call Post Page action?

      Is is possible to fire a page action after the page is loaded?

      I currenlty use a page action to log access to my application. I would like to persist an object in my page action and then outject. This part works fine.

      After the page has loaded I would like to fire another action and inject this object to update it with the date the response finished rendering.

      In the past I used a servlet filter, but I am trying to avoid that approach.