2 Replies Latest reply on Aug 26, 2009 9:49 PM by cash1981

    stop encoding on string returned from component

    scphantm.scphantm.gmail.com

      in my app i have to pull HTML from other sites.  after fighting with javascript iframe security for 2 days ive abandoned that approach and i now have my main seam component pulling the html off the site and pushing it down as a string and putting it in a div so i can get my javascripts to work.  problem is when it gets injected into my div, it injects the text encoded so instead of the formatted html in my div, i get the raw html.


      is there any way to unencode this either a flag somewhere or a switch on my el expression?