3 Replies Latest reply on Feb 18, 2008 7:59 AM by ilya_shaikovsky

    a4j:jsFunction and immediate

    shandor

      the following doesnt work when immediate="true". The action is not called on the server. It does work when immediate="false"

      <a4j:jsFunction id="act" ajaxSingle="true" immediate="true" name="notifyServer" action="#{bean.exit}">
      </a4j:jsFunction>
      

      The same action with immediate="true" works fine from a rich:menuItem :
      <rich:menuItem submitMode="ajax" value="exit" immediate="true" action="#{bean.exit}" id="_exit1"/>