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

Reply via email to