Hi all,
I have a jsp page. It display a table contain 3 columns. 1st column display color name, 2nd for purpose of color like that..
Now i need the contents in td element to editable.
This is the sample code. here status is a vector table.
out.println("<td align=left class=formlabel1 bordercolor=white >"+status.get(1)+"</td>");
suggest me.
Thanks in advance..