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
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to