I have been trying to use DisplayTag with Java Portlets. I am using the paging feature of displaytag as I have large collection of data to present. So once configuring paging attribute like below,
<display:table name="${pageList}" pagesize="3">
The jsp page displays first 3 records and it also display links for Next/Last for nevigation.
Now the problem is that, these Next/Last links are not working. Because the display tag by default creates a relative link to the JSP but portlet container doens't take the URL as it requires either ActionURL or RenderURL.
How can I configure ActionURL or RenderURL links within data I am displaying through DisplayTag.
Any suggestions/ comment would be really helpfull.
Hiren.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm also trying to use this taglib. After hours of searching, I'm left with creating a custom RequestHandler (trying that now). I've also read a post that states all we should have to do for WLP 8.1.x is to change the Href class to utilize the UrlRewriterServices (did it, didn't work).
HOW can this taglib be implemented (details please) on Weblogic Portal 8.1.x?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there,
I have been trying to use DisplayTag with Java Portlets. I am using the paging feature of displaytag as I have large collection of data to present. So once configuring paging attribute like below,
<display:table name="${pageList}" pagesize="3">
The jsp page displays first 3 records and it also display links for Next/Last for nevigation.
Now the problem is that, these Next/Last links are not working. Because the display tag by default creates a relative link to the JSP but portlet container doens't take the URL as it requires either ActionURL or RenderURL.
How can I configure ActionURL or RenderURL links within data I am displaying through DisplayTag.
Any suggestions/ comment would be really helpfull.
Hiren.
I'm also trying to use this taglib. After hours of searching, I'm left with creating a custom RequestHandler (trying that now). I've also read a post that states all we should have to do for WLP 8.1.x is to change the Href class to utilize the UrlRewriterServices (did it, didn't work).
HOW can this taglib be implemented (details please) on Weblogic Portal 8.1.x?
hi all,
i have the same problem. i have to port a running application that is using the displaytag-library. but it didn't work within portlets.
i've anybody already solved the problem, please let me know how to do it.
greetings