In my jsp page I am reading string description values and storign into database using hibernate, if i enter description 'test+test' I am getting only 'test test' I am not getting + operator(other than + I am getting other operators).
Can any one give me any idea how to get + operator.
in alert box i am getting correct descrition value, the same + operator is not coming in java code.
datatype is standard across to application, i don't think so i can change for one screen. Other than changing datatype, any way to send operator.
Even if it works, I'm sure that this is not the right solution anyways. Please wait to see if anyone will point you to the right solution in this case.