Hi All,
I have question about display current data in <textarea> tag in JSP.
1. I have JSP page which has <textarea> for display editable data my jsp like....
<td><textarea id="requestDescription" name="requestDescription" ></textarea></td>
2. I need to put mapping value like ${csrDeficiency.requestSubmitted} inside that <textarea>....</textarea> to display current data from database.
3. I am looking for systax which I can display as a default value.
4. Have tried "value" but did not work
Thank you,


Reply With Quote
atePicker name="requestSubmitted" /></td>