I am having a jsp page on which i am having textbox,textarea and a combobox. while getting the values in Filter from request I want to know whether it is textrarea or so on. So is it possible? also in filter can i change the values of request?
Share
A filter is a servlet. You can get and change values of parameters from a request just as well as in the usual servlet.
And mark your textarea in JSP like this: