Author: jleroux
Date: Sat Jul 26 14:01:21 2008
New Revision: 680046
URL:
http://svn.apache.org/viewvc?rev=680046&view=revLog:
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);