Hi,
I'm doing a grid.exportClientData but it fails since my client-data grid contains the euro sign (tried with CSV and XML export format).
The error doesn't seem to be boiling up to the client. Instead, part of the export file that did succeed is sent. Making someone think that the export was OK. Can we get the error "Not an ISO 8859-1 character" exception somehow to be passed to the client?
And how can I choose another character encoding to use?
thanks
SmartGWT EE SC_SNAPSHOT-2011-03-17
I'm doing a grid.exportClientData but it fails since my client-data grid contains the euro sign (tried with CSV and XML export format).
The error doesn't seem to be boiling up to the client. Instead, part of the export file that did succeed is sent. Making someone think that the export was OK. Can we get the error "Not an ISO 8859-1 character" exception somehow to be passed to the client?
And how can I choose another character encoding to use?
Code:
RequestContext - rpcRequest.execute() failed: java.io.CharConversionException: Not an ISO 8859-1 character: € at javax.servlet.ServletOutputStream.print(ServletOutputStream.java:89) at com.isomorphic.rpc.BuiltinRPC.downloadClientExport(BuiltinRPC.java:732) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.isomorphic.base.Reflection.adaptArgsAndInvoke(Reflection.java:911) at com.isomorphic.base.Reflection.adaptArgsAndInvoke(Reflection.java:764) at com.isomorphic.rpc.RPCDMI.execute(RPCDMI.java:305) at com.isomorphic.rpc.RPCDMI.execute(RPCDMI.java:66) at com.isomorphic.rpc.RPCRequest.execute(RPCRequest.java:229) at com.isomorphic.servlet.IDACall.handleRPCRequest(IDACall.java:219)
thanks
SmartGWT EE SC_SNAPSHOT-2011-03-17
Comment