I have the pagination almost working but the links are prepending my 
portlet name to the url. If I remove the portlet name from the url, the 
pagination works perfectly.

Here's my code:

<portlet:renderURL portletMode="view" var="url">
</portlet:renderURL>

 <display:table name="${contents}" id="content" pagesize="30" 
requestURI="${url}">
 <display:setProperty name="factory.requestHelper" 
value="org.displaytag.portlet.PortletRequestHelperFactory"/>
         <display:column property="name" title="NAME" />
        <display:column property="size" title="SIZE" />
        <display:column property="type" title="TYPE" />
 </display:table>
 

The paging links that are being displayed look like this:
https://myportal/<PORTLET 
NAME>/portal/tag.d45860087096247.render.userLayoutRootNode.target.n1295.uP?d-1332887-p=2&uP_portlet_action=false&uP_view_target=n1295&activeTab=5#n1295

If I remove the <PORTLET NAME> it works fine. How do I get the correct 
link minus the portlet name?

Thanks.



------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to