You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/06/05 18:18:44 UTC

svn commit: r782056 - /incubator/click/trunk/click/examples/webapp/border-template.jsp

Author: sabob
Date: Fri Jun  5 16:18:44 2009
New Revision: 782056

URL: http://svn.apache.org/viewvc?rev=782056&view=rev
Log:
force JSP page to flush before include. CLK-557

Modified:
    incubator/click/trunk/click/examples/webapp/border-template.jsp

Modified: incubator/click/trunk/click/examples/webapp/border-template.jsp
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/webapp/border-template.jsp?rev=782056&r1=782055&r2=782056&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/webapp/border-template.jsp (original)
+++ incubator/click/trunk/click/examples/webapp/border-template.jsp Fri Jun  5 16:18:44 2009
@@ -85,7 +85,7 @@
 <%-- Page Content --%>
 <tr>		
 	<td class="content">
-    <jsp:include page='${forward}'/>
+    <jsp:include page='${forward}' flush="true"/>
 	</td>
 </tr>
 <%-- Vertical Spacer --%>