Re: Struts 2 Webinar in Wednesday

2012-01-06 Thread Bogomil Shopov
Sorry for spamming, but if you want to be notified for more webinars and cool stuff, please join our community list by sending mail to: ztcommunity+subscr...@googlegroups.com //Bogo On 24 December 2011 08:44, Siddiq Syed wrote: > Thanks for the detail video > > > Sent from my iPhone > > On Dec

Re: Default Encoding not working in struts2-json plugin

2012-01-06 Thread heamaya
It is not a good idea that data don't travel in UTF-8. For example you couldn't use jquery neither struts2-jquery plugin... -Original Message- From: Néstor Boscán Date: Fri, 6 Jan 2012 09:07:53 To: Struts Users Mailing List Reply-To: "Struts Users Mailing List" Subject: Re: Default Enco

Re: Default Encoding not working in struts2-json plugin

2012-01-06 Thread Néstor Boscán
Found it I think it was the Apache Server that was converting the JSON documents to UTF-8. Regards, Néstor Boscán On Fri, Jan 6, 2012 at 8:33 AM, Hernán wrote: > Nestor: first of all, verify that your database has the correct encoding, > it should be ISO-8859-1, then what I can tell you is tha

Re: Default Encoding not working in struts2-json plugin

2012-01-06 Thread Hernán
Nestor: first of all, verify that your database has the correct encoding, it should be ISO-8859-1, then what I can tell you is that is better that data travels in UTF-8 format, because that's the way it was meant to be... So what's next? If you're working with JSP add this to the beginning of each