Hi,
I would like to display the results of an upload operation ie. the number of rows imported and number of rows failed to import in an <html:textarea>. I am using a list of an action form bean for displaying the results in the text area.But the output is shown as follows:
------------------------------------
[Table_1,
4 of 6 rows imported and 2 failed,
Table_2,
3 of 3 rows imported]
------------------------------------
Why the square brackets and commas are printed in text area..Can I eliminate printing of these characters into the text area..
Thanks..
rosh