I am new to JSP. How to remove textarea when the button is clicked. And also button should get removed. plzzz suggest solution
That is JavaScript. JSP cannot affect the loaded form without a submit and reload, as it runs only on the server and the loaded page is completely on the client.