logo       

use <TABLE> within presentation folder: msg#00049

java.enhydra.general

Subject: use <TABLE> within presentation folder

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.
 
 
 
 
 
  
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise