2 Replies Latest reply on Jun 9, 2009 9:07 PM by jguglielmin

    Conversation id hidden field and ICEFaces

      Hello,


      Has anyone encountered problems with full DOM update because of seam storing conversation id (cid) as a hidden form field (on top of form)? Not 100% sure though, but I'll strongly believe that my ICEFaces SEAM application does full DOM update as first action is executed since SEAM adds cid parameter - and ICEFaces recognizes dom update........


      This issue is also discussed in: http://www.icefaces.org/JForum/posts/list/12131.page


      Can someone confirm this or am I wrong?


      In addition, can cid parameter be removed from the form?


      BR, Lari

        • 1. Re: Conversation id hidden field and ICEFaces

          Forgot to mention that the problem is not the full DOM update itself but the fact that all bound JQuery scripts, etc are lost........


          - Lari

          • 2. Re: Conversation id hidden field and ICEFaces
            jguglielmin

            You may want to post the fragments - both xhtml source as well as fragment of page source viewed which shows the hidden values.  I tried to find this on my existing sample apps and could not.  There must be some other s tag or possible configuration you are using for this to occur.  If the hidden form field does not have an id, then yes the DOM update will apply to the entire form.  If there is some other s tag that is not supplying an id (and name) on the hidden form field, then it would be desirable to correct this.