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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]