0 Replies Latest reply on Jun 9, 2007 1:37 PM by przemjaskier

    Rendering custom fragment of cached page using AJAX - howto?

      Hi,

      I have a caching filter, which serves mostly-static jsf pages to users. I need to add functionality that allows to get some request-specific dynamic content to this cached static page:

      Request -> Cached page served -> browser immediately makes a AJAX call to server to render two or three dynamic text fields -> browser displays customized static page to user -> request finished.

      Is it possible? How to implement this? Any ideas?