java.io.NotSerializableException when using response type "url"

2007-04-25 Thread Michael Imhof
I defined the following request: It's working fine but in the log file I get the exception at the bottom. Does somebody has a clue why this exception is thrown exception report -- Exce

Re: java.io.NotSerializableException when using response type "url"

2007-04-25 Thread G.Venkata Phanindra
Hi, I donnot see any problem with the request-map u have listed below plese do check if there is any issue with the class u r using. Is the log file added below is complete ... On 4/25/07, Michael Imhof <[EMAIL PROTECTED]> wrote: I defined the following request:

Re: java.io.NotSerializableException when using response type "url"

2007-08-27 Thread Michael Imhof
Hi, I found the problem. Because in my web request I'm downloading data from the server, I cannot send a new request in the response (because I already did the download request). The failed controller request map: Inside the method downloadImage,