You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2006/04/13 20:14:26 UTC

svn commit: r393879 - /incubator/webwork2/action/src/main/resources/org/apache/struts/action2/dispatcher/error.ftl

Author: mrdon
Date: Thu Apr 13 11:14:24 2006
New Revision: 393879

URL: http://svn.apache.org/viewcvs?rev=393879&view=rev
Log:
Fixing template for real this time

Modified:
    incubator/webwork2/action/src/main/resources/org/apache/struts/action2/dispatcher/error.ftl

Modified: incubator/webwork2/action/src/main/resources/org/apache/struts/action2/dispatcher/error.ftl
URL: http://svn.apache.org/viewcvs/incubator/webwork2/action/src/main/resources/org/apache/struts/action2/dispatcher/error.ftl?rev=393879&r1=393878&r2=393879&view=diff
==============================================================================
--- incubator/webwork2/action/src/main/resources/org/apache/struts/action2/dispatcher/error.ftl (original)
+++ incubator/webwork2/action/src/main/resources/org/apache/struts/action2/dispatcher/error.ftl Thu Apr 13 11:14:24 2006
@@ -14,7 +14,7 @@
         <#assign msgs = [ex.message] + msgs/>
     </#if>    
 </#list>
-<#assign rootloc = exception/>
+<#assign rootex = exception/>
 <#list chain as ex>
     <#if (ex.location?exists && (ex.location != unknown))>
         <#assign rootloc = ex.location/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org