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
Post a Comment