| DaveGregg 2004-07-13, 6:00 pm |
| I have two instances of WPS 5.0 with what I believe to be comparable configurations, but a portlet I wrote is producing different results on the two portals when invoking the PortletResponse.createURI() method (or at least in the PortletURI.toString() met
hod from an object created by the createURI() method). One portal is concatenating a page sequence number (for lack of a better term) in the format "/.d/n" where 'n' is a single digit (0..9) on the end of the URI (before any parameters) and the other is n
ot. Each performance of doView() assigns the same digit to all URIs, and the digit is bumped up by one on each successive call back to the portlet via one of the generated URIs. Does anyone know what configuration setting controls this? Is there an API ca
ll that can disable this behavior (i.e. override the setting for this portlet)?
This is for an internal news portlet, and the URIs are calls back to the portlet to display different articles. I have a page designer who wants the standard visited links coloration to work so that the user knows which articles they have read, and the se
quence number is creating some URI differentiation that I don't want, so I would like to turn it off.
No other links generated by the portal appear to have this "/.d/n" added to the URI. Even wild speculations are welcome.
|