0 Replies Latest reply on Jun 1, 2011 4:16 AM by rcroonenberghs

    rich:tabPanle error tabPanel.js.xhtml

    rcroonenberghs

      Hi

       

      We are using Richfaces 3.3.3 Final. Our application deployed on tomcat 6.0.2 works fine. But deployed on websphere 7 with https enabled, we get errors on a page using the rich:tabPanel component.

      We get a "unable to set property error" on the command RichFaces.tabPanel['prospectdetail:creditScoreView:creditScoreTab']

      We investigating I found out that calling /a4j/g/3_3_3.Finalscripts/tabPanel.js.xhtml did not return any response. Witch causes the javascript error on the page. Other files like a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.AjaxScript.xhtml or a4j/g/3_3_3.Finalorg.ajax4jsf.javascript.ImageCacheScript.xhtml work correct and we get the response.

      On tomcat /a4j/g/3_3_3.Finalscripts/tabPanel.js.xhtml returns the proper response.

       

      The problem is independant of browser and browserversion.

       

      Any idea what we can do about it? Is it a bug or a websphere 7 problem or a https problem?