I had a problem in a jsp page in which there is a string inside a column like (abdur...rahman)
.because of this continuous dots inside a string, I am not able to wordwrap that string, so it exceeds the column.
In java how can I solve this problem,it should not use "println" stmt to return. It should use some other function to return since it will be used for jsp page.