oliver wang created OFBIZ-5310:
----------------------------------
Summary: Export CSV error
Key: OFBIZ-5310
URL:
https://issues.apache.org/jira/browse/OFBIZ-5310 Project: OFBiz
Issue Type: Bug
Reporter: oliver wang
The csvMenuMacroLibrary.ftl cannot be found in the system. So the communication error will be occured when exporting csv. Now I have to add a empty csvMenuMacroLibrary.ftl under framework\widget\templates.
The error should be caused by the following code changes:
MacroScreenViewHandler.java
MenuStringRenderer menuStringRenderer = new MacroMenuRenderer(UtilProperties.getPropertyValue("widget", getName() + ".menurenderer"), request, response);
screens.getContext().put("menuStringRenderer", menuStringRenderer);
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira