[ 
http://jira.codehaus.org/browse/DISPL-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

fabrizio giustina resolved DISPL-400.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2

fixed in 1.2, see also DISPL-559

> 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
>             Fix For: 1.2
>
>
> 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

        

------------------------------------------------------------------------------
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to