[Seaside] Pharo 2.0 scriptaculous does not work

Sabine Knöfel sabine.knoefel at gmail.com
Fri Jun 7 08:44:38 UTC 2013


Another Point: I use this to get exchange rates from openexchangerates:

 (ZnClient new
		systemPolicy;
		http;
		host: 'openexchangerates.org'
		)
			path: 'api/latest.json?app_id=2ddac6f47cf74936a920beb22ac55704'  ;
			get

in 1.4 -> this works fine: {
  "disclaimer": "E..../",
  "license": "Data source....se/",
  "timestamp": 1370592069,
  "base": "USD",
  "rates": {
    "AED": 3.672719,
    "AFN": 54.766067,
    "ALL": 106.609251,
    "AMD": 418.215,
  ...

in 2.0 -> the result is a byte array. #[123 10 32 32 34 100 105 115 99
108 97 105

Do I have to change something here?
Sabine


More information about the seaside mailing list