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

