logo       

XMLC Table question: msg#00000

java.enhydra.xmlc

Subject: XMLC Table question

Hi all,
 
I read the XMLC doku but i have a problem:
 
I use xmlc with tomcat and servlets.
 
I know how create multiple rows for a table at runtime of the servlet.
 
Element table = page.getElementList_table();
 
Element sampleRow = page.getElementList_row();
table.removeChild(sampleRow),
 
while (....) {
  
   ......   
 
    Node clonedRow = sampleRow.cloneNode( true );
    table.appendChild(clonedRow);
 
}
 
Question:
 
How can I remove the whole table with the id="List_table" at runtime ?
 
Thanks
Markus
 
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise