0 Replies Latest reply on Sep 1, 2011 12:00 PM by lmk

    reRender and ajaxRendered do not work.

    lmk

      Hello;

       

      Im working on websphere portal environment, with Jboss portlet bridge, RF 3.3.3.Final .

       

      for some URL resolution troubles I added manually the js/css files needed :

      <link rel="stylesheet" type="text/css"
          href="/faces/rfRes/org/richfaces/skin.xcss}" />
      
      <link rel="stylesheet" type="text/css"
          href="/faces/rfResorg/richfaces/renderkit/html/css/basic_both.xcss}" />
      <link rel="stylesheet" type="text/css"
          href="/faces/rfResorg/richfaces/renderkit/html/css/extended_both.xcss}" />
      
      <script
          src="/faces/rfRes/org/ajax4jsf/framework.pack.js}"
          type="text/javascript" />
      
      <script src="/faces/rfRes/org/richfaces/ui.pack.js}"
          type="text/javascript" />
      

       

       

      so, with this config, the reRender seems not working correctly.

       

      a4j:outputPanel with ajaxRendered = true does not work. reRender local area is not working also.

       

      If I surround all components  with h:panelgroup, the reREnder of the panelGroup id works except in a modalPanel..when I do a4j request the modalPanel get closed..

       

      do you have any advise..

       

      Thanks.