I'm building a text editor using html, css, javascript for the client side and java for server side. When a user creates a new document, he is redirected to the text editor page through servlets. and I want to collect what the user writes in the editor and store it in the document associated but I don't know how to do. Can someone help me please?