display:column w/o property works correctly only on first page --------------------------------------------------------------
Key: DISPL-629 URL: http://jira.codehaus.org/browse/DISPL-629 Project: DisplayTag Issue Type: Bug Components: Paging/Sorting Reporter: Francesco Scialpi In the following test case, you have two columns with the attribute "property" correctly filled, and the third column with property not filled, and a body (the string "foo"). In the first page, you will see "foo" in the last column; in pages other than the first, you see an empty column. <display:table id="MetaprodottoTable" name="manageSinonimoForm" property="metaprodottiMap" export="true" scope="session" styleClass="nosel" border="0" cellspacing="0" width="100%" pagesize='<%= pageSize%>' requestURI="manageSinonimo.do?adfgenDispatchAction=initAction&org.apache.struts.taglib.html.CANCEL=true"> <display:column property="idMetaprodotto" titleKey="label.ViewMetaprodotto.idMetaprodotto" sort="true" class='right'/> <display:column property="descrizioneMetaprodotto" titleKey="label.ViewMetaprodotto.descrizioneMetaprodotto" sort="true" /> <display:column titleKey="label.ViewMetaprodotto.sinonimo" class="right"> foo </display:column> <display:setProperty name="paging.banner.item_name"> <bean:message key="label.Metaprodotto"/> </display:setProperty> <display:setProperty name="paging.banner.items_name"> <bean:message key="label.Metaprodotto"/> </display:setProperty> </display:table> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel