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.

-----Original Message-----
From: Francois Baronnet [mailto:[EMAIL PROTECTED]
Sent: Monday, April 16, 2007 1:48 PM
To: [email protected]
Subject: [SPAM] - [displaytag-user] How do you use displaytag portlet
support? - Bayesian Filter detected spam


Hi,
I'm willing to use displaytag in portlets to sort a table. But I get a
JSP exception : symbol = is missing (according to line and column
numbers, it's after "action"). I've read the other thread on the
mailing list, but it didn't help me much.

Thanks for any help,
FJB

<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

-------------------------------------------------------------------------
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

Reply via email to