Hi all,
I am facing a strange issue.
i.e: I have a jsp page with an input text field where the user can enter searching value even along with Accented Characters.Afte r that i am getting the input value at the controller inorder to compose a query,before that i am replacing Accented Characters with plain text values so that i can append the proper input value in the DBquery.
I tried to replace the input string for Accented Characters in a seperate java program,it worked well,but wen i try the same inside my controller,i am getting a additional ? symbol along with the input string for each Accented Characters that i entered in the jsp input text field,at the same time the Accented Characters entered in the input text field get changed as follows
Ä gets changed as à after hitting the search button in the jsp page.
can any one help me regarding this???
Thanks in advance,
sundar
I am facing a strange issue.
i.e: I have a jsp page with an input text field where the user can enter searching value even along with Accented Characters.Afte r that i am getting the input value at the controller inorder to compose a query,before that i am replacing Accented Characters with plain text values so that i can append the proper input value in the DBquery.
I tried to replace the input string for Accented Characters in a seperate java program,it worked well,but wen i try the same inside my controller,i am getting a additional ? symbol along with the input string for each Accented Characters that i entered in the jsp input text field,at the same time the Accented Characters entered in the input text field get changed as follows
Ä gets changed as à after hitting the search button in the jsp page.
can any one help me regarding this???
Thanks in advance,
sundar
Comment