3 Replies Latest reply on Apr 21, 2010 5:51 AM by nbelaevski

    Modal Panel breaking after manipulation

    mpickell

      I am using jQuery to manipulate a table after the page has loaded.  This manipulation is moving the table into another DIV.  In the table, I have buttons to create modalpanels.

       

      Once I move the table, the modal panels begin to give me this error:

       

      Error: this.markerId is null
      Source File: http://.../a4j/g/3_3_1.GAorg/richfaces/renderkit/html/scripts/modalPanel.js.faces
      Line: 25

       

      I believe I am messing up the ModalPanel.prototype.initialize function when i do this jQuery manipulation.  Can I call this function again to fix it?  Any other ideas?