Hi,
I display date by retrieving from the database and showing it in a table in a
jsp.
I use something like this for displaying.
<td><%=description()%></td>
where description is the value to be displayed.
I have this description ~4000 characters and everything is being displayed on one line without
word wrapping.
I have tried few options but did not work.Any idea ?
Thanks,
Sai