You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2015/10/26 23:03:27 UTC

[jira] [Commented] (OFBIZ-6354) FOP rendered list form widgets do not work for fields with postition > 0

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

Jacques Le Roux commented on OFBIZ-6354:
----------------------------------------

I committed the 1st 2 patches but had to revert, more work to do here...

{code}
FoFormRenderer is not abstract and does not override abstract method
renderFormatHeaderClose(Appendable,Map<String,Object>,ModelForm) in
FormStringRenderer
   [javac18] public class FoFormRenderer extends HtmlWidgetRenderer
implements FormStringRenderer
{code}

This was maybe working with Java 7?

> FOP rendered list form widgets do not work for fields with postition > 0
> ------------------------------------------------------------------------
>
>                 Key: OFBIZ-6354
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6354
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Christian Carlow
>            Assignee: Jacques Le Roux
>         Attachments: OFBIZ-6354.patch, OFBIZ-6354_fop_text_xml.patch, OFBIZ-6354_htmlrender.patch
>
>
> It doesn't work because of the way the renderFormatHeaderRowOpen is called causes the FOP renderer to create more than one <fo:table-header>.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)