Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4793215
By: mockingburt

Hello, Ed,

I can indeed:

 <display:table width="100%" name="reports" cellspacing="0" cellpadding="3"
id="row" requestURI="" pagesize="25">
  <display:column property="project" title="Project" class="pageContentFontGrey"
sortable="true" width="200" group="1" />
  <display:column title="Report Name" sortable="true">
   <a class="inPageActionLinkLarge" href="viewReport.action?reportName=<c:out
value="${row.reportName}"/>" alt="View this report" title="View this 
report"><c:out
value="${row.reportName}" /></a>
  </display:column>
  <display:column title="Result" sortable="true" class="pageContentFontGrey"
width="80" maxLength="90">&lt;Result&gt;</display:column>
  <display:setProperty name="paging.banner.placement" value="both" />
  <display:setProperty name="paging.banner.group_size" value="6" />
  <display:setProperty name="paging.banner.item_name" value="Report" />
  <display:setProperty name="paging.banner.items_name" value="Reports" />
  <display:setProperty name="paging.banner.all_items_found" value="<span
id='paginationInformation'> <b>{0}</b> {1} found, showing all available
reports</span>" />
  <display:setProperty name="basic.empty.showtable" value="false" />
  <display:setProperty name="paging.banner.onepage" value="<span
id='pageLinks'>&nbsp;</span>" />
  <display:setProperty name="paging.banner.page.separator" value="&nbsp;" />
</display:table>

If I take the group="1" attribute out, I get no exception, but it obviously
does not group by project.

Thanks

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to