Placing data in a textarea after getting it from database

Hi,

I am facing problem that how one can place data in a textarea after getting it from Database.

I am using the famous HTML tag <textarea> but unable to print values in it.

Reteriving the values from the database is not a problem. what is difficult for me is showing the values in a textarea. after getting it from the database.

(The values could be any int record or any String record )

[433 byte] By [qasims_1] at [2007-9-26 3:01:02]
# 1
Did you try with jsp expression tag:LikeString valueFormDb=....;<textarea attributes....><%=valueFormDb%></textarea>
chandhanu at 2007-6-29 10:58:44 > top of Java-index,Archived Forums,Java Programming...