Hi Narcis, I may not be too much help since I'm not using the WebSphere portal but I just figured out how to get pagination working in one of my portlets. I haven't done the export though.
This is what I have in my jsp page: <%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %> <%@ taglib prefix="display" uri="http://displaytag.sf.net" %> <portlet:renderURL portletMode="view" var="url"></portlet:renderURL> <display:table name="${contents}" id="content" pagesize="30" requestURI="${url}" requestURIcontext="false"> <display:column property="name" title="NAME" /> <display:column property="size" title="SIZE" /> <display:column property="type" title="TYPE" /> </display:table> For about a day I had a hard time figuring out why the links weren't working. I realized that the url that displaytags built, prepended the portlet name and I was receiving a 404, so I had to set the requestURIcontext to false and this fixed my problem. I also created a displaytag.properties file in which you can specify some additional details to customize the placement, etc... paging.banner.placement=top factory.requestHelper=org.displaytag.portlet.PortletRequestHelperFactory I found this article kind of helpful on the displaytag.properties file: http://www.devx.com/webdev/10MinuteSolution/31020/0/page/3 Hope this helps, Laura Paslaru Narcis wrote: > Hi all, > > I'm trying to setup displaytag export and pagination in WebSphere > Portal. We are using Struts Portlet JSR-168 compliant. > We're having problems configuring the export and pagination links. > I've tried everything that I've found googling. > > Anybody can give me a short example of a setup ? > > Thanks, > Narcis > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® 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-12, 2009. Register now! > http://p.sf.net/sfu/devconf > ------------------------------------------------------------------------ > > _______________________________________________ > displaytag-user mailing list > displaytag-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/displaytag-user > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ displaytag-user mailing list displaytag-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/displaytag-user