I had requirement of retrieving the login details like user_id, name from parent web application.
At present I am retrieving by .
request.getParameter("user_id")
request.getParameter("name")
Some times names can be in Polish language from parent web application.
What changes i need to make in my JSP Struts web application in order to
retrieve the polish characters
>From URL by http request with out corruption in characters.
