RE: Struts 1 : Arabic Characters Issue

2012-09-04 Thread maqs.developer
Thank you Martin, I have double checked the Client and Server Operating systems. Both support Arabic language. And Locale settings are also appropriated to take Arabic language input and display as well. Any suggestion ? Regards, Muhammad -- View this message in context: http://strut

RE: Struts 1 : Arabic Characters Issue

2012-08-06 Thread Martin Gainty
e: Sun, 5 Aug 2012 22:50:48 -0700 > From: maqs.develo...@gmail.com > To: user@struts.apache.org > Subject: RE: Struts 1 : Arabic Characters Issue > > Dear Martin, > > Can you elaborate It please . > > Application works fine most of the time. Only sometimes "?&q

RE: Struts 1 : Arabic Characters Issue

2012-08-05 Thread maqs.developer
Dear Martin, Can you elaborate It please . Application works fine most of the time. Only sometimes "?" are displayed instead of proper Arabic text, and refreshing the page starts displaying correct letters. I have set the character encoding at JVM of application server. -- View t

Re: Struts 1 : Arabic Characters Issue

2012-08-05 Thread maqs.developer
I am using bean message tags to display message from resource bundle. -- View this message in context: http://struts.1045723.n5.nabble.com/Struts-1-Arabic-Characters-Issue-tp5710346p5710374.html Sent from the Struts - User mailing list archive at Nabble.com. -

Re: Struts 1 : Arabic Characters Issue

2012-08-01 Thread MAQS Developer
I display labels using message keys; On Tue, Jul 31, 2012 at 2:47 PM, Eric Tse wrote: > How did you output your message label in jsp? > > Eric@mobile > > On 31 Jul, 2012, at 1:31 PM, MAQS Developer > > - > To unsubscribe, e-m

RE: Struts 1 : Arabic Characters Issue

2012-07-31 Thread Martin Gainty
i believe you will need to implement a character set which implements DBCS at the server which hosts your struts webapp and delivers (Unicode) using DBCS as a response. Once you are able to input the characters from the selected character-set and language-locale and display the characters from

Re: Struts 1 : Arabic Characters Issue

2012-07-31 Thread Eric Tse
How did you output your message label in jsp? Eric@mobile On 31 Jul, 2012, at 1:31 PM, MAQS Developer - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org