Error in rednring Reset field.
------------------------------

                 Key: OFBIZ-4821
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4821
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release 10.04, Release Branch 11.04, SVN trunk
            Reporter: Sumit Pandit
            Priority: Blocker


MacroFormRenderer.renderResetField contains a missing entry when appending 
title to renderResetField's StringWritter.

MacroFormRenderer.java line# 1202
        sr.append(" title=\"");
Where it should be 
        sr.append("\" title=\"");


Because of above <reset/> button is not displaying on the screen. At back end 
it is returning Freemarker parser exception.

BTW it is one line change, if required I will submit the patch shortly.

--
Thanks and Regards
Sumit Pandit

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to