hi,
iam passing a name "sun & moon" in my query string as a parameter.
but when i receive it through request.getPara meter iam getting only sun.
rest are getting ignored due to & symbol.
how to get the value as wat i entered through query string.
encoding with another symbol is not adviced. so can any one give a good solution
please help me
soon as possible .
iam passing a name "sun & moon" in my query string as a parameter.
but when i receive it through request.getPara meter iam getting only sun.
rest are getting ignored due to & symbol.
how to get the value as wat i entered through query string.
encoding with another symbol is not adviced. so can any one give a good solution
please help me
soon as possible .
Comment