Problem while reteriving value in Form

Hi!

I have saved data using PreparedStatment in mySQL database...

now i want to edit some information in the same...

i want to reterive the value in the form format as i submit them...

in my form there r four Textfields....

Track Id

Subject

Date

other Details

Problem

i have a RichText enabled Textfield using JavaScript i want to fill the value of fourth field in that Javascript using Jsp Expression

writeRichText('rte1','Default Text', 520, 200, true, false);

How to <%=rs.getString(4)%> ?

please help

Bunty

Message was edited by:

bunty_india

Message was edited by:

bunty_india

Message was edited by:

bunty_india

[792 byte] By [bunty_indiaa] at [2007-10-3 0:54:12]
# 1
Please helpMessage was edited by: bunty_india
bunty_indiaa at 2007-7-14 17:49:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
JUST trim the textit will remove extra specesvalue = obj.getText().trim();
Ghanshyama at 2007-7-14 17:49:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
What about the second problem of JavaScriptHow can i embeed Jsp expression in javascript
bunty_indiaa at 2007-7-14 17:49:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
var sample = "<%=sampleString%>";
jgalacambraa at 2007-7-14 17:49:29 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...