Issue
I have a text area(*id="txtResults"*)
in my jsp page. The servlet program retrieves data from an ontology and stores it in a string(*name=solution*)
. I just want a simple way to transfer this string to the jsp page and print it in the text area without refreshing the whole page.
Help would be appreciated!
Solution
From your tag ajax
lies the answer ,
i guess you are not aware where to start with , here is the link jQueryAjax
And also nice startup examples How to use Servlets and Ajax? and here
Hope this helps !!
Answered By - Santhosh
Answer Checked By - Gilberto Lyons (JavaFixing Admin)