3.2.0

table.setParameter encoding issue ?

My code :

var table = new Active.XML.Table;
table.setURL("debug.jsp");
table.setParameter('myParameter', 'André');
table.request();
var columns = ["Ticker", "Company Name", "Market Cap.", "$ Sales", "Employees"];
var obj = new Active.Controls.Grid;
obj.setColumnProperty("texts", columns);
obj.setDataModel(table);
document.write(obj);


Debug.jsp displays the request parameters :

name=myParameter value=Andr├®

Seems all accents are not correctly received.

Having <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> does not help.


Any thought ?
Thanks.
Jean
September 27,

This topic is archived.

See also:


Back to support forum