You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/07/26 23:01:21 UTC

svn commit: r680046 - /ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.bsh

Author: jleroux
Date: Sat Jul 26 14:01:21 2008
New Revision: 680046

URL: http://svn.apache.org/viewvc?rev=680046&view=rev
Log:
A fixing patch from J.Enrique Ruiz "Data File bug fixed (CONTRIBUTION)" (https://issues.apache.org/jira/browse/OFBIZ-1888) - OFBIZ-1888

Modified:
    ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.bsh

Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.bsh
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.bsh?rev=680046&r1=680045&r2=680046&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.bsh (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/datafile/viewdatafile.bsh Sat Jul 26 14:01:21 2008
@@ -98,3 +98,5 @@
         messages.add(e.getMessage());
     }
 }
+
+context.put("messages", messages);