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:12:16 UTC

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

Author: mrdon
Date: Thu Apr 13 11:12:14 2006
New Revision: 393878

URL: http://svn.apache.org/viewcvs?rev=393878&view=rev
Log:
Fixing error template to deal better with non-localized errors

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=393878&r1=393877&r2=393878&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:12:14 2006
@@ -14,6 +14,7 @@
         <#assign msgs = [ex.message] + msgs/>
     </#if>    
 </#list>
+<#assign rootloc = 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