0 Replies Latest reply on Jun 12, 2007 2:46 PM by mitesh

    Need help in a4j:region and a4j:commandButton

    mitesh

      Hi All,

      I am trying following code to navigate to next page.
      When I click on button then it should show next page.
      But some how in IE7 the next page is not rendered and shows "Permission Denied" Java Script Error..
      In IE6 and FireFox its working properly.


      <a4j:region rendered="true" immediate="true" id="ActionRegion">
       <a4j:commandButton ondblclick="return false;"
       onclick="this.disabled=true;"
       action="#{clientLOBBean.lobAction}"
       styleClass="FormSubmit"
       value=" < OK >">
       </a4j:commandButton>
       <a4j:status startText="Processing........" stopText=""
       for="ActionRegion">
      </a4j:region>
      


      Waiting for suggessions.
      What should I do to resolve this issue??

      Thanks
      Mitesh