JSP is very bad choise for setting connection to database you better do it in servlet/front controler
then in JSP just say
<textarea rows="10" cols="30"> <%=stringToDisplay%></textarea>
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
hello peter
i just tried with the above statement to set value inside the textbox,
but wats happening is the value is been displayed outside the textbox.can u help me?
thanks in advance
Maybe I can help if you post your code...
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902