java - jsp converting #(or any special character) to #(hexcode) which resulting in wrong result -


there 1 column alias named "name#" in sql query, when jsp getting response name# getting converted "name#", therefore getting wrong result while fetching values.

how can avoid conversion special characters ?

or there anyway can access jspconfig object , change attribute values in java code?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -