You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Sascha Rodekamp (Closed) (JIRA)" <ji...@apache.org> on 2012/04/18 09:54:55 UTC

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

     [ https://issues.apache.org/jira/browse/OFBIZ-4821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sascha Rodekamp closed OFBIZ-4821.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release 11.04.01
                   SVN trunk
                   Release Branch 10.04

Thanks Sumit,

your patch is in
Trunk @Rev 1327409
11.04 @Rev 1327407
10.04 @Rev 1327408

Have a good day.
                
> 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