Tapastry error about not having a tml only for some requests
- by dinesh707
Object onActivate(final String jsonRequest){
return new StreamResponse() {
private InputStream inputStream;
public void prepareResponse(Response response) {
I'm using the above code to generate a XML as the response. When I test it in browser, it works fine. But when I send my request from Android application i get the…