Author: bwallace Date: Sat Apr 22 01:10:32 2006 New Revision: 396096 URL: http://svn.apache.org/viewcvs?rev=396096&view=rev Log: [TAPESTRY-577] Removed call to flush() prior to include. Only attributes being set in request which is then passed directly to include.
Modified: tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java Modified: tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java URL: http://svn.apache.org/viewcvs/tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java?rev=396096&r1=396095&r2=396096&view=diff ============================================================================== --- tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java (original) +++ tapestry/tapestry4/branches/branch-3-0/framework/src/org/apache/tapestry/jsp/URLRetriever.java Sat Apr 22 01:10:32 2006 @@ -77,8 +77,6 @@ try { - _pageContext.getOut().flush(); - dispatcher.include(request, _pageContext.getResponse()); } catch (IOException ex) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]