5 Replies Latest reply on Mar 10, 2014 9:36 AM by lfryc

    Ajax rendering multiple forms

    mechtatel

      Hi,

       

      I have problem using r:jsFunction in form1 to render content in form2 (the form2 is in bootstrap modal panel). This is known issue, the viewState of the rendered form is lost (https://java.net/jira/browse/JAVASERVERFACES_SPEC_PUBLIC-790). Is supposed that RF covers this issue and was fixed in previous releases. I'm using RF5 snapshot (alpha1) and jsf 2.2.3.

      As workaround can be used only one form but this is ugly, when you have modals for example or complex content. another workaround is to use f:ajax and render the :form2, but in my case I need to use r:jsFunction.

       

      Is this behavior a bug that is already reported?  And can be included in alpha2 or have to wait jsf 2.3?