Date sent: Wed, 18 Jun 2008 20:27:14 +0530
From: Raghuveer <[EMAIL PROTECTED]>
Subject: Retriving polish characters from URL Query string in TOMCAT
Server
To: 'Tomcat Users List' <[email protected]>
Send reply to: Tomcat Users List <[email protected]>
Send reply to: [EMAIL PROTECTED]
Organization: IEL
>
>
> 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
>
This is not a tomcat question but a Struts question.
Try the struts users mailing list
http://struts.apache.org/mail.html
I haven't used Struts but your application has to set the proper character
encoding type,
usually utf8.
-Steve O.
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]