[
https://issues.apache.org/jira/browse/OFBIZ-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930314#comment-13930314 ]
Jacques Le Roux commented on OFBIZ-5558:
----------------------------------------
Some other remarks:
* missing imports
* wrong formatting, add a space before commas in method parameters and not after
{code}
+ MacroFormRenderer renderer = new MacroFormRenderer(UtilProperties.getPropertyValue("widget", "screen.formrenderer"),request, response);
+ renderer.renderDateTimeField(writer, context,this );
{code}
Please read and follow carefully Guidelines section of
https://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices, and this document as a whole
--
This message was sent by Atlassian JIRA
(v6.2#6252)