You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sumit Pandit (Commented) (JIRA)" <ji...@apache.org> on 2012/04/18 11:58:36 UTC

[jira] [Commented] (OFBIZ-4821) Form-Widget : Error in rendering Reset field.

    [ https://issues.apache.org/jira/browse/OFBIZ-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13256403#comment-13256403 ] 

Sumit Pandit commented on OFBIZ-4821:
-------------------------------------

Thanks Sascha and Jacopo for your responses and action.
                
> Form-Widget : Error in rendering 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
>            Assignee: Sascha Rodekamp
>            Priority: Blocker
>             Fix For: Release Branch 10.04, SVN trunk, Release 11.04.01
>
>         Attachments: MacroFormRenderer.patch
>
>
> 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