[Simpleweb-Support] Self call in 5.1
Brought to you by:
niallg
From: Christophe R. <cr...@ac...> - 2013-04-09 13:19:08
|
Hello, In the last 5.1 in class ResponseWrapper you have: public String getValue(String name, int index) { return getValue(name, index); } it should be: public String getValue(String name, int index) { return response.getValue(name, index); } Christophe -- Christophe Roudet |