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

4x4 Matrix in Python -

python - String indices must be integers and while issue -

python - PyInstaller UAC not working in onefile mode -