In the textarea when I am putting the < and > characters in jsp, these characters got converted and reached to controller as <
and >
Is there any way to get the same string at controller which we entered in textarea e.g "this is a < maths operator"? and not like "this is a <
maths operator"?