I am new to tapestry and I am trying to output raw html and Tapestry keeps
displaying  the html tags as text ...(changes the < and > to &lt; and &gt; ) 

here is my tml entry 

<table t:type="grid" class="tagTable" t:source="tagPreview.tags" t:row="tag"
>
        <p:tagTypeCell>
                ${tag.label}
        </p:tagTypeCell>
        <p:tagPreviw>
                <t:outputraw value="tag.valueAsHTML()" />
        </p:tagPreviw>
</table>

instead of rendering the html it ends up showing the html tag as a
text....like below.

<IFRAME SRC="http://www.example.com/"; WIDTH=300 HEIGHT=250 MARGINWIDTH=0
MARGINHEIGHT=0 HSPACE=0 VSPACE=0 FRAMEBORDER=0 SCROLLING=no
BORDERCOLOR='#000000'>
</IFRAME> 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/how-to-output-raw-html-tp4775077p4775077.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to