Title: Re: Witango-Talk: one last thing
thanx for your help and patience with a newbie (:
 
----- Original Message -----
From: ezra
Sent: Thursday, August 01, 2002 10:48 AM
Subject: Re: Witango-Talk: one last thing


You need to set the encoding to none. Put this in your taf calling your tcf:
<@format <@callmethod object=local$objectName method="methodName()"> encoding=none>

where objectName and methodName are the names you assigned.



ok, it is now printing out the text from the tcf, unfortunately it is formatting it so that tags are not interpreted by the browser.  For instance i do @@local$resultset in the tcf and in the browser it reads as if im looking at the html code...it shows <table border=1><tr><td>Test!</td></tr></table> like that.  In the source of the page it looks like:
 
&lt;table border=1&gt;
&lt;tr&gt;
&lt;td&gt;
Test!
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

Anyone have any ideas how to fix this one?

Reply via email to