Re: Sending a StreamResponse on a request with parameters

2008-07-24 Thread José Paumard
Hello Marcello, Thank you for your answer, unfortunately, the calling URL is fixed, I cant fiddle with it. It's a good'ol URL, that looks like that : http://www.mydomain.com/myapp/getimage?scale=2.3 Marcelo Lotif a écrit : Hi José, Try to change your method signature to this: public InputStr

Re: Sending a StreamResponse on a request with parameters

2008-07-24 Thread Marcelo Lotif
Hi José, Try to change your method signature to this: public InputStream onActionFromStream(String myparam) throws IOException { ... } and then, on your url, you can call it like this: http://localhost:8080/appname/getstring.stream/paramValue I hope this helps you. On Thu, Jul 24, 2008 at