Is there any possibility how to change HTML (.jsp) page without refreshing it?
how to change HTML
without refreshing
Usecase is that user writes something to textarea then hits
Yes, this is possible. You should use JavaScript to change the HTML used to display the page.
You will probably find it useful to use a library such as JQuery.