Issue Details (XML | Word | Printable)

Key: DISPL-272
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Reporter: Eric Dalquist
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
DisplayTag

Navigational URLs incorrect when using PortletHref

Created: 03/Jan/06 08:20 PM   Updated: 06/Jan/06 09:31 AM   Resolved: 06/Jan/06 09:31 AM
Return to search
Component/s: Container Compability
Affects Version/s: 1.1
Fix Version/s: 1.1

Time Tracking:
Not Specified

File Attachments: 1. Text File PortletHref.patch (1 kB)


Application server: uPortal 3.0-M3, Vignette Portal 7.2.1


 Description  « Hide
The First, Prev, Next and Last URLs always point to the last page of items in the table when using the portlet support API.

Eric Dalquist added a comment - 03/Jan/06 08:21 PM
The cause of the problem is PortletHref.clone() does not copy the Map of parameters used by the class. The result is all PortletHref objects created by clone() share a single parameter map. This manifests itself as with the First, Prev, Next and Last links generated by the library to be the same URL.

The attached patch fixes the issue.

fabrizio giustina added a comment - 06/Jan/06 09:31 AM
patch committed, thanks