paginatedList not cleaned up
----------------------------

                 Key: DISPL-400
                 URL: http://jira.codehaus.org/browse/DISPL-400
             Project: DisplayTag
          Issue Type: Bug
          Components: Tag Library
    Affects Versions: 1.1
            Reporter: Robert Scholte


If you use a paginatedList and you want to close the result, the banner still 
shows the previous results.
A workaround is this:
<display:setProperty name="paging.banner.placement"><c:choose><c:when 
test="${not empty 
resultset}">top</c:when><c:otherwise>none</c:otherwise></c:choose></display:setProperty>

The bugfix is moving the line

this.paginatedList = null;

from release() to cleanUp(), as it does not represent a tag attribute. 

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

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to