0 Replies Latest reply on Mar 23, 2009 9:51 AM by gupdevesh5

    how to exceute an action on page redirect

      Hi All,

      My problem is that, I have te fire an action on page redirect.
      I am easily redirect a page. but I am not able to understand how to fire the action on page redirect. I am using

      <a4j:commandButton styleClass="command" action="#{orderingView.search}" immediate = "true"             reRender="formPanel,ajaxResult,resultList" status="searchOrderStatus"    value="#{text.common_button_viewreport}">
                                                      </a4j:commandButton>

      How this action fire on page redirect. I am not able to understand. Please help me.