Bugs item #840371, was opened at 2003-11-12 00:51 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=840371&group_id=73068
Category: main tag library Group: after 1.0 >Status: Deleted Resolution: None Priority: 5 Submitted By: Jonathan Gordon (funkiwan) Assigned to: fabrizio giustina (fgiust) Summary: column JSP body should only execute for rows being shown Initial Comment: The body of the <display:column> tag should only execute for those rows that are limited in the <display:table> tag pagesize attribute: <display:table id="d" pagesize="20" name="all" > <display:column><jsp:include page="DoSomeWork.jsp" /></display:column> </display:table> Currently, DoSomeWork.jsp is called for each item in "all", not just the first 20. This can lead to a large performance hit if "all" is large or DoSomeWork.jsp performs non-trivial actions. ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-09-21 22:08 Message: Logged In: YES user_id=798060 moved to the new jira tracker http://jira.codehaus.org/browse/DISPL-3 ---------------------------------------------------------------------- Comment By: fabrizio giustina (fgiust) Date: 2004-03-12 00:04 Message: Logged In: YES user_id=798060 will work on this. Just keep present that displaytag can skip rows only if: - the page is not sorted with a full list behaviour (it first needs to evaluate all the records for sorting) - you are not exporting (with the "export full list" behaviour) in this situation we still need to evaluate the full table. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=840371&group_id=73068 ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel