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 -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -