Nilakhe, Abhay <[EMAIL PROTECTED]> writes: > FJB > 1. put displaytag-portlet-1.1.jar inside web-if/lib > 2. modify displaytag.properties entry > factory.requestHelper=org.displaytag.util.DefaultRequestHelperFactory => > factory.requestHelper=org.displaytag.portlet.PortletRequestHelperFactory > > This should solve your problem.
Thanks. I modified this file properly, but it wasn't loaded... Now I have a different error: java.lang.IncompatibleClassChangeError: Implementing class I'm working on it. It's the <displaytag/> part of the JSP which causes it (if removed, the JSP loads fine). Regards, FJB > > -----Original Message----- > <display:table name="liste" > requestURI="<portlet:renderURL> > <portlet:param name="action" > value="formulaireVue2Controller"/> > </portlet:renderURL>" > > > <display:column property="id" title="ID" /> > <display:column property="uneChaine" title="uneChaine" sortable="true"/> > <display:column property="unEntier" title="unEntier"/> > <display:column property="unDouble" title="unDouble"/> > <display:column property="unBooleen" title="unBooleen"/> > </display:table> ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

