1 Reply Latest reply on Jun 1, 2010 5:49 PM by nbelaevski

    How to use DOM insertions instead of updates during ajax requests

      Hi,

       

      I'm creating new JSF components using Ajax4jsf API.

       

      I was fine using the Update mechanism until now. But in order to gain a lot of performance, I'd like to do insertions inside a container instead of just updates of that container in the DOM of the page after an Ajax response. I know that Ajax4jsf is using the Prototype library, which provides all the needed API for this. So it should be something possible.

       

      Is there a way to do this with the actual library (I'm using RichFaces 3.3.3-Final) ?

       

      If not, is there a developer documentation somewhere of the Ajax4jsf javascript engine ? I don't have a clear understanding on how the request to the server is done (URL, JSF state and so on). I'd like to avoid to retro-engineer the javascript code to understand it.

       

      If there is no documentation, where are the sources of the Ajax4jsf javascript engine inside the RichFaces jars ? The javascript code provided to the client is offuscated, compressed and takes 15000 lines. I'd like to avoid the pain of trying to understand it in this state...

       

      Thanks in advance for your response or comments,

       

      fmt