converting data with quotes

how to convert data retrieved from database that consist of single or double quotes to be displayed in textbox in jsp pageif the data that does not have quotes it works fine
[187 byte] By [tllclla] at [2007-10-2 4:47:42]
# 1
Translate your quotes to " before using them. <input type="text" value="qsd'&quot;sdf'sdf'">
pgeuensa at 2007-7-16 0:52:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...