Link to home
Start Free TrialLog in
Avatar of lilyyan
lilyyan

asked on

how to pass value in a textarea field to jsp



in a  jsp page there is a textarea, first i need put the value retrieved from a db then modify the value and pass it to a jsp page.

my question is: texteara doesn't have value addtribue, how to pass the value to a jsp page?

--------------------
<form action="">

<textarea clos="10" rows="20"> <%=somecontent %> </textarea>


</form>
---------------------
ASKER CERTIFIED SOLUTION
Avatar of enachemc
enachemc
Flag of Afghanistan image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial