Re: Arabic Support on tomcat 5.0.28

2006-05-12 Thread Ahmed Talaat
Thanx Rajeev, that solves it alse adding URIEncoding="UTF-8" parameter to the connector tag in server.xml file is good idea Rajeev Jha wrote: This should not be a big issue. Lets say we submit some arabic data through a form and then re-display it To submit correct data 1) HTMl page should b

Re: Arabic Support on tomcat 5.0.28

2006-05-12 Thread Rajeev Jha
This should not be a big issue. Lets say we submit some arabic data through a form and then re-display it To submit correct data 1) HTMl page should be 2) when you receive the data , do a request.setContentEncoding() before getting string data from request To display 3) set the response conten