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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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);