1 2 Previous Next 16 Replies Latest reply on Jan 17, 2008 3:05 AM by sergeysmirnov

    DYnamically Load JSF Pages into DIV

      Hey

      I am trying to build an JSF page that has some components on the left as a menu and in the middle there is a div called 'content'.

      When someone clicks on a link in the menu there is an Ajax call made to
      load that page.

      new Ajax.Updater('content', 'pages/bla.faces', {

      method: 'get'
      });

      In FF this works perfectly and very nice... unfortunately when I try that in IE it doesnt show the CSS styles.

      Is there perhaps a better way todo this. Like the ADF Faces af_region control ?
      Or anything else... the thing is that i cant have any complete reloads on my page since i am having a music player there !

      Thank you

        1 2 Previous Next