Hi everybody.
I 've a
servlet and a template-HTML file.
In the template-HTML file I have a table
and in the servlet a variable:
Ixtable mytab = new Ixtable();
I want to set data in "TD" in cycle
for(i = 0; i < 10; i++){
//set the first cell in a row so: td = i;
//set the second cell in a row so: td = something;
}
Bur I don't know how works internetBean IxTable.
Please some idea or example/tutorial, www-address where
I could get about Ixtable.
Thank U