5 Replies Latest reply on Oct 5, 2010 8:21 AM by oterral

    Ajax Request duplicating parameters

    mudi30

      Hi

      I am using Liferay 5.2.3 with Porltet Bridge 2.0.0.FINAL, i have the following problem:

       

      I have an Ajax commadButton and i am navigating per Ajax to another Page and back. Each time the Request gets bigger until liferay can not process the request anymore. After debugging i saw the following in the request params:

       

      _jsfBridgeViewId

      _DemoPortletA_WAR_DemoPortlet__jsfBridgeViewId

      _DemoPortletA_WAR_DemoPortlet__DemoPortletA_WAR_DemoPortlet__jsfBridgeViewId

      _DemoPortletA_WAR_DemoPortlet__DemoPortletA_WAR_DemoPortlet__DemoPortletA_WAR_DemoPortlet__jsfBridgeViewId

      _DemoPortletA_WAR_DemoPortlet__DemoPortletA_WAR_DemoPortlet__DemoPortletA_WAR_DemoPortlet__DemoPortletA_WAR_DemoPortlet__jsfBridgeViewId

       

      I dont know why this is duplicated.

      The problem seems to be in MimeExternalContextImpl.java in the Method createResourceUrl.

       

      Can you Help, what cause the problem?? Thanks

       

      Mahmoud