Re: a question about redirect

2011-02-13 Thread Scott O'Bryan
I agree with this. Now that said, Trinidad should not be committing the response until the render phases of the lifecycle. Can you let me knew what version of Trinidad you're running? Typically though, your redirect should happen in response to an event, though, like an action event. Scott On

Re: a question about redirect

2011-02-13 Thread Anton Gavazuk
Nina, 1) as for me the decision to send redirect looks very ...strange. Please review your design 2) This error basically means that response is already flushed, there is no possibility to make another redirect/forward 2011/2/13 נינה נפטולייב משה > Hello, > > We have a jspx page that includes a

a question about redirect

2011-02-13 Thread נינה נפטולייב משה
Hello, We have a jspx page that includes a panel that has a binding to a managed bean. The get function calls redirect. When the application runs we get the exception, "java.lang.IllegalStateException: Response already committed" That is coming from Trinidad filter. When we run an application wit