|
| <prev next> |
XMLC Table question: msg#00000java.enhydra.xmlc
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> |
|---|---|---|
| Next by Date: | Re: XMLC Table question, Richard Kunze |
|---|---|
| Next by Thread: | Re: XMLC Table question, Richard Kunze |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |