Re: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-02-04 Thread Andy Schwartz
A few more updates on this: - I have uploaded a proposed fix to MYFACES-2500. - I have checked in the corresponding fix to Mojarra. - I have logged TRINIDAD-1709 to track some Trinidad clean up that we can do once we've got the fix available in both MyFaces and Mojarra. Andy

Re: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-02-04 Thread Matthias Wessendorf
Andy, thanks for the 2500 patch; just applied it to our trunk. -Matthias On Thu, Feb 4, 2010 at 10:31 PM, Andy Schwartz andy.g.schwa...@gmail.com wrote: A few more updates on this: - I have uploaded a proposed fix to MYFACES-2500. - I have checked in the corresponding fix to Mojarra. - I

Re: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-01-20 Thread Andy Schwartz
Just wanted to mention that I have logged this issue here: https://issues.apache.org/jira/browse/MYFACES-2500 Issue 2500. Pretty cool! :-) Andy

Fwd: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-01-13 Thread Andy Schwartz
, Andy -- Forwarded message -- From: Andy Schwartz andy.g.schwa...@gmail.com Date: Wed, Jan 13, 2010 at 10:25 AM Subject: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters To: d...@javaserverfaces.dev.java.net Gang - While looking into Trinidad

Re: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-01-13 Thread Leonardo Uribe
-- Forwarded message -- From: Andy Schwartz andy.g.schwa...@gmail.com Date: Wed, Jan 13, 2010 at 10:25 AM Subject: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters To: d...@javaserverfaces.dev.java.net Gang - While looking into Trinidad/JSF 2

Re: FaceletViewHandlingStrategy: cloneWithWriter() results in duplicate ResponseWriters

2010-01-13 Thread Andy Schwartz
Hey, great, thanks for looking at this Leonardo! Note that it is possible that this does not impact the Ajax/PartialResponseWriter case, since that might use a different code path for response writer creation. Might want to take a closer look at the renderView() implementations in: -