logo       

Re: use <TABLE> within presentation folder: msg#00078

java.enhydra.general

Subject: Re: use <TABLE> within presentation folder

If you want to insert raw HTML into a XMLC DOM tree, you need to use the CDATA hack. It's described in

http://enhydra.enhydra.org/project/mailingLists/enhydra/199912/msg00208.html

David

On Tuesday, Oct 15, 2002, at 16:32 Asia/Tokyo, vincentTung(董運籌) wrote:

Dear Sir:


When I use an HTML tags within presentation folder
example:in WelcomePresentation.java


public void run(HttpPresentationComms comms)
throws HttpPresentationException, IOException,NonUniqueQueryException, DataObjectException, SQLException

{

String cName = "<TABLE><TR><TD>ABC<TD></TR></TABLE>";


welcome.setTextName(cName);
comms.response.writeDOM(welcome);

}


WelcomePresentation.po appear in the Browse like that :
"<TABLE><TR><TD>ABC<TD></TR></TABLE>"
not in a table form which I want to be .


How can I correct it ?


Thank You!


Fm.
vincentTung@xxxxxxxxxxxxxx











<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise