Re: [2.1]change response http status

2008-04-27 Thread Joerg Heinicke
On 16.04.2008 07:24, nanomonk wrote: Hmm.. no, I need to set status code according to some events during executing my own serializer, for example: if all ok done - status code 1, some error - 2, another error - 3... so, can I to access to Response object from serializer(exactly via

RE: [2.1]change response http status

2008-04-16 Thread nanomonk
@cocoon.apache.org Subject: [2.1]change response http status I need to set another status-code via response.setStatus(1): HTTP/1.1 200 OK to HTTP/1.1 001 blablabla Now I have my custom serializer. How can I to take access to Response object from serializer? -- View this message in context

[2.1]change response http status

2008-04-15 Thread nanomonk
I need to set another status-code via response.setStatus(1): HTTP/1.1 200 OK to HTTP/1.1 001 blablabla Now I have my custom serializer. How can I to take access to Response object from serializer? -- View this message in context: http://www.nabble.com/-2.1-change-response-http-status

RE: [2.1]change response http status

2008-04-15 Thread Jeroen Reijn
status I need to set another status-code via response.setStatus(1): HTTP/1.1 200 OK to HTTP/1.1 001 blablabla Now I have my custom serializer. How can I to take access to Response object from serializer? -- View this message in context: http://www.nabble.com/-2.1-change-response-http-status