[ http://jira.codehaus.org/browse/DISPL-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159380#action_159380 ]
Mark Zusman commented on DISPL-579: ----------------------------------- Changed Files: The following files will be affected: org/displaytag/tags/TableTag.java /WEB-INF/tld/displaytag.tld (tag library definition file). Change Description Copy the table model into HttpSession for the application code to fetch the UI representation of the data. The advantage is that the developer can have the access to this tablemodel data and he/she can process the data further in the format required for reporting. A new attribute called "outputAttr" is added to the table tag. <display:table name="sessionScope.data" outputAttr= "tablemodel" > <display:column property="region" /> <display:column property="attempt" total="true" /> <display:column property="success" total="true" /> <display:column property="deny" total="true" /> <display:column property="failure" total="true"/> <display:column property="commfail" total="true"/> <display:column property="timeout" total="true"/> <display:column property="badaid" total="true" /> <display:column property="vt1aid" total="true"/> <display:column property="fract1" total="true" /> </display:table> > Code contribution - multi-tab Excel spreadsheets > ------------------------------------------------ > > Key: DISPL-579 > URL: http://jira.codehaus.org/browse/DISPL-579 > Project: DisplayTag > Issue Type: Improvement > Components: Export > Affects Versions: 1.1 > Reporter: Mark Zusman > Priority: Minor > Fix For: TBD > > > my name is Mark Zusman, and I'm a Principal Software Engineer in JDSU. We're > using DisplayTag 1.1 in one of our > products and very happy with it. As part of our usage, we've added a couple > of small features to it (for example, we > added support for export into multi-tab Excel spreadsheets) - what is the > best way to contribute them back to > overall DisplayTag library? Should we send our code for review to a > DisplayTag developer? > regards, > Mark. -- 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 ------------------------------------------------------------------------------ _______________________________________________ displaytag-devel mailing list displaytag-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-devel