Hello,
the export of listgrid datas with UTF-8 characters failed.
The data export is a HTTP-Post an the export data are UTF-8 encoded, but the contentType for this POST is "application/x-www-form-urlencoded". (See exportheader.jpg)
CRUD operation use als the POST command, but the contentType is "application/x-www-form-urlencoded; charset=UTF-8". (See fetchheader.jpg)
Same problem for custom operations. For example a custom pdf export as you describe in your documantation.
We use SmartGWTPro 3.0 2012.02.15 and tomcat 6.
In the debug mode with jetty it works correct. I think, jetty has UTF-8 as default for POST commands.
Regards
Peter
the export of listgrid datas with UTF-8 characters failed.
The data export is a HTTP-Post an the export data are UTF-8 encoded, but the contentType for this POST is "application/x-www-form-urlencoded". (See exportheader.jpg)
CRUD operation use als the POST command, but the contentType is "application/x-www-form-urlencoded; charset=UTF-8". (See fetchheader.jpg)
Same problem for custom operations. For example a custom pdf export as you describe in your documantation.
We use SmartGWTPro 3.0 2012.02.15 and tomcat 6.
In the debug mode with jetty it works correct. I think, jetty has UTF-8 as default for POST commands.
Regards
Peter
Comment