[ https://issues.apache.org/jira/browse/OFBIZ-6736?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacques Le Roux updated OFBIZ-6736: ----------------------------------- Summary: The attribute paginate-style of form widget does not work (was: The attribute paginate-style of form widget dose not work) > The attribute paginate-style of form widget does not work > --------------------------------------------------------- > > Key: OFBIZ-6736 > URL: https://issues.apache.org/jira/browse/OFBIZ-6736 > Project: OFBiz > Issue Type: Bug > Components: framework > Affects Versions: Trunk > Reporter: Wei Zhang > Assignee: Wei Zhang > Fix For: 14.12.01 > > > If I set my paginate-style with following code > {code:xml} > <form name="ListExamples" type="list" list-name="listIt" > paginate-target="FindExample" default-entity-name="Example" > separate-columns="true" > odd-row-style="alternate-row" header-row-style="header-row-2" > default-table-style="basic-table hover-bar" paginate-style="my-style"> > {code} > The output html code in browser is : > {code:xml} > <div class="nav-pager"> > {code} > But the expected output should be: > <div class="my-style"> -- This message was sent by Atlassian JIRA (v6.3.4#6332)