How can i remove the null from textarea when request.GetAttribute is null, and how can i modify the visibility of the label from the servlet? On the input textarea it doesn't show the request.getattribute value, and on the output textarea it shows the value but when the request.getattirbute is null, null is printed on the textarea and i want to remove it, how?How can i remove the null from textarea when re