Set a string which is defined in a servlet into a jsp
Hi,
I am new to servlets and need ur help ..
I have a jsp which has aTextField and a TextArea. On submit the text given on the TextField is set ain the servlet. Then an operation is performed on the string annd the result is set to another string variable inside the servlet. Now I want to display this new string in the TextArea of that jsp .. Plzzz help I am already getting the new string inside my servlet .Now I just have to set the value in the jsp ....
Thanks in advance

