5 Replies Latest reply on Oct 28, 2009 4:02 PM by nbelaevski

    org.ajax4jsf.javascript.AjaxScript iexplorer BUG?

      Hello,

      I'am using richfaces with ajax callbacks:

      a a4j:comandLink calls an action and reRender a richPannel via ajax:

      <a4j:commandLink actionListener="#{useCaseManager.initiUseCase1()}"
       value="use case 1" reRender="contentPanel"
       ignoreDupResponses="true" ajaxSingle="true" />
      <rich:panel id="contentPanel" styleClass="contentPanel">
       <ui:include src="#{useCaseManager.actualUC.view.path}" />
      </rich:panel>



      It works well in firefox, but in iexplore it is not working because a javascript bug:

      Webpage error details

      User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.5.21022; .NET CLR 3.5.30729; .NET CLR 3.0.30618; InfoPath.2)
      Timestamp: Wed, 21 Oct 2009 17:11:23 UTC


      Message: Unknown runtime error
      Line: 120
      Char: 1
      Code: 0
      URI: http://localhost:8080/resina/a4j/g/3_3_2.SR1org.ajax4jsf.javascript.AjaxScript


      Could you help me?

      Thanks,
      Chiara