1 Reply Latest reply on Aug 25, 2011 10:50 PM by vijayakumar.velu

    not well-formed issue with a4j (richfaces 3.1.5)

    vijayakumar.velu

      Hi All,

       

      I'm using richfaces 3.1.5 version.

      a4j is giving 'not well-formed' issue in one of the UAT enviroment. But the same is working fine in other environments like SIT and PROD. What could be the reason and how to resolve the issue. Kindly help.

       

      Have added piece of a4j xml response from both environment. rich:componentControl is generating //<![CDATA[ ... //}}> twice.

       

      SIT: (Working fine)

       

      //<![CDATA[

      {

       

       

      Richfaces.componentControl.attachEvent(

              '#testForm\\:subview1\\:subview2\\:testList\\:0\\:img1', 'onclick', '#testForm\\:subview1\\:subview2\\:testBox', 'show', {'seqno': '122345'}, false );

       

      }

      //]]>

       

       

      UAT : (Not Working)

       

      //<![CDATA[

      //<![CDATA[

      {

       

       

      Richfaces.componentControl.attachEvent(

              '#testForm\\:subview1\\:subview2\\:testList\\:0\\:img1', 'onclick', '#testForm\\:subview1\\:subview2\\:testBox', 'show', {'seqno': '122345'}, false );

      }

      //]]>

      //]]>

       

       

      Vijay