Message:

   The following issue has been re-assigned.

   Assignee: fabrizio giustina (mailto:[EMAIL PROTECTED])
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-3

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-3
    Summary: Column JSP body should only execute for rows being shown
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             Tag Library
   Fix Fors:
             1.0 RC2
   Versions:
             1.0 RC1

   Assignee: fabrizio giustina
   Reporter: fabrizio giustina

    Created: Tue, 21 Sep 2004 4:11 PM
    Updated: Fri, 15 Oct 2004 6:54 PM

Description:
====
imported from sf tracker
id 840371 
submitted by Jonathan Gordon - funkiwan
http://sourceforge.net/tracker/index.php?func=detail&group_id=73068&atid=536613&aid=840371
 
====

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: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.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to