Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4706164 By: muaiyed
Dear all, I am facing a problem when using displaytag pagination into oracle JSR portlet 168, so that when clicking into any page number link located in the pagination section; it always giving page not found exception 404. The page number URL appears like this http://<<server:port>>/portal/pls/portal/wsrp_rewrite?d-49653-p=2 This is the code in view.jsp page <display:table name="myList” pagesize="5"> <display:column property="id" title="Id" /> <display:column property="description" title="Comments" /> <display:column property="date" title="Date" /> </display:table> On displaytag.properties: factory.requestHelper=org.displaytag.portlet.PortletRequestHelperFactory I am using Oracle Portal 10.1.4 ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=249318 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

